PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85300.c
blob87a30b8d419a2b5510fdaa3c2f8b195e21cbef85
1 /* PR rtl-optimization/85300 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -g -funroll-all-loops -fno-tree-ter -fno-web" } */
5 void
6 foo (double x, unsigned char y)
8 while ((int) x < 1)
10 float a;
12 a = y | 0x100;
13 y = 0;
14 x = a;