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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr22585.c
blob
9ba2da537faa13cbc3cd39d04b6597293180bbee
1
/* PR target/22585 */
2
/* Testcase reduced by Volker Reichelt */
3
/* { dg-do compile } */
4
/* { dg-options "-march=i386 -O -ffast-math" } */
5
/* { dg-require-effective-target ilp32 } */
6
7
int
8
foo
(
long double
d
,
int
i
)
9
{
10
if
(
d
== (
long double
)
i
)
11
return
1
;
12
}