rt_gccstream/gcc/testsuite/gcc.dg/noncompile/20041207.c

9 lines
224 B
C

/* PR18867 - ICE on a switch controlling expressions with an
invalid type. Origin: Serge Belyshev <belyshev@lubercy.com> */
void f()
{
float x;
switch (x) {case 0: break;}; /* { dg-error "not an integer" } */
}