[RFA] Fix csky and c6x build failures
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr48063.c
blobff6960f089cc94defe4d2c83a3e137abd0146db8
1 /* PR tree-optimization/48063 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu17 -fno-early-inlining" } */
5 extern void abort (void);
6 static void bar ();
8 void
9 foo ()
11 bar (1);
14 static void
15 bar (double i)
17 if (i)
18 abort ();