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/77357 - strlen of constant strings not folded
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
960405-1.c
blob
d8480cc2c05308f9dd903d10abfd81b70a501483
1
#define X 5.9486574767861588254287966331400356538172e4931L
2
3
long double
x
=
X
+
X
;
4
long double
y
=
2.0L
*
X
;
5
6
main
()
7
{
8
#if ! defined (__vax__) && ! defined (_CRAY)
9
if
(
x
!=
y
)
10
abort
();
11
#endif
12
exit
(
0
);
13
}