index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
921019-2.c
blob: 9003e7b64d54c4bd1c86a76e056f4b2aca20486b (
plain
)
1
2
3
4
5
6
7
8
main
()
{
double
x
,
y
=
0.5
;
x
=
y
/
0.2
;
if
(
x
!=
x
)
abort
();
exit
(
0
);
}