repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr22576.c
blob
083fbf648c9631f6de576ba0178571b95c2dd710
1
/* PR target/22576 */
2
/* Testcase reduced by Volker Reichelt */
3
/* { dg-do compile } */
4
/* { dg-options "-ffast-math" } */
5
6
int
7
foo
(
long double
d
)
8
{
9
return
d
==
0
;
10
}