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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20060625-1.c
blob
37efb9da602c09d011db02fc2edd12cb538f688c
1
/* PR middle-end/28151 */
2
/* Testcase by Steven Bosscher <stevenb.gcc@gmail.com> */
3
4
_Complex
float
b
;
5
6
void
foo
(
void
)
7
{
8
_Complex
float
a
=
__FLT_MAX__
;
9
b
=
__FLT_MAX__
+
a
;
10
}