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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr25513.c
blob
d2aa591fe2102356ec48ea7f7b4a24eaf1fbc883
1
int
f
(
void
)
2
{
3
static
_Complex
double
t
;
4
int
i
,
j
;
5
for
(
i
=
0
;
i
<
2
;
i
++)
6
for
(
j
=
0
;
j
<
2
;
j
++)
7
t
=
.5
*
1.0
;
8
return
t
;
9
}