index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
);
}