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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr105211.c
blob
9bafe6feb1911501485df8081f47028c97d00daf
1
/* PR rtl-optimization/105211 */
2
/* { dg-do compile } */
3
/* { dg-options "-Os -ffast-math" } */
4
/* { dg-add-options float32 } */
5
/* { dg-require-effective-target float32 } */
6
7
short
8
foo
(
_Float32 f
)
9
{
10
return
__builtin_roundf
(
f
);
11
}