Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / 990506-0.c
blob15d8ac73631494ece73e3d3e67deda44ac1f3202
1 /* Verify that a diagnostic is issued without crashing due to
2 --enable-checking catching a bug in the C front end. */
3 /* { dg-do compile } */
4 x()
6 foo (i);
7 /* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } { 6 } } */
8 /* { dg-error "function it appears in" "reminder message" { target *-*-* } { 6 } } */