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
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr66759.c
blob
3e5d720ee1fbe6a79fca30286845716bc92c54e5
1
/* { dg-do compile } */
2
/* { dg-additional-options "-ffast-math" } */
3
4
int
a
,
b
;
5
float
c
;
6
int
fn2
();
7
void
fn1
()
8
{
9
if
(
fn2
() <=
1
. -
c
)
10
b
=
a
;
11
}