PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr33007.c
blobcdc8c6a549538a18889c6a51edcbd45090671129
1 /* { dg-do compile } */
2 /* { dg-options "-O -ffast-math -ftrapping-math" } */
3 /* { dg-warning "-fassociative-math disabled" "" { target *-*-* } 0 } */
5 long
6 foo (int i)
8 float x;
9 x = i;
10 return __builtin_lroundf (x);