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
PR middle-end/30262
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
930818-1.c
blob
710e3ce2fbe12c8d8f22e7d0d87a65ca9eebd698
1
static double
one
=
1.0
;
2
3
f
()
4
{
5
int
colinear
;
6
colinear
= (
one
==
0.0
);
7
if
(
colinear
)
8
abort
();
9
return
colinear
;
10
}
11
main
()
12
{
13
if
(
f
())
abort
();
14
exit
(
0
);
15
}