Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr105211.c
blob9bafe6feb1911501485df8081f47028c97d00daf
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 } */
7 short
8 foo (_Float32 f)
10 return __builtin_roundf (f);