2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20031222-1.c
blobb0d1a2dc43c4e92faf6f0cd6a29bc0f245d65ad7
1 /* PR c/9163 */
2 /* The following test used to ICE after an error message in C99 mode
3 because GCC was trying to expand the tree to rtl. */
5 /* { dg-do compile } */
6 /* { dg-options "-std=c99" } */
10 void f ()
12 for (; int ; ); /* { dg-error "" } */
15 void foo ()
17 while (int i); /* { dg-error "" } */