Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / noncompile / 20041207.c
blob0d02da9090a17bf8c6139dba212bf6582e970a4e
1 /* PR18867 - ICE on a switch controlling expressions with an
2 invalid type. Origin: Serge Belyshev <belyshev@lubercy.com> */
4 void f()
6 float x;
7 switch (x) {case 0: break;}; /* { dg-error "not an integer" } */