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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr33007.c
blob
26b22fdd3e19e0a0be7b274ba4cb037d41e97348
1
/* { dg-do compile } */
2
/* { dg-options "-O -ffast-math -ftrapping-math" } */
3
/* { dg-warning "-fassociative-math disabled" "" { target *-*-* } 1 } */
4
5
long
6
foo
(
int
i
)
7
{
8
float
x
;
9
x
=
i
;
10
return
__builtin_lroundf
(
x
);
11
}