repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr44337.c
blob
57e0549247fa3c88e2f463e871d86a9d123aae43
1
/* PR middle-end/44337 */
2
/* { dg-do compile } */
3
/* { dg-options "-O -fno-tree-dce -fno-tree-dse -w" } */
4
5
void
6
foo
(
void
)
7
{
8
_Complex
float
v
[
1
];
9
v
[
1
] =
0
;
10
}