This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / gcc / testsuite / gcc.misc-tests / dg-9.c
blobb228fff7437fa4bc5f94ed3d567b9906ab0bff07
1 /* Test the tester. */
2 /* { dg-prms-id 42 } */
3 /* { dg-options "-Wall" } */
5 f ()
6 { /* { dg-warning "return type" "warning test" } */
7 } /* { dg-warning "control reaches end" "warning test" } */
9 main (int argc, char *argv[])
10 { /* { dg-warning "return type" "warning test" } */
11 +; /* { dg-error "parse" "error test" } */
12 /* { dg-bogus "foobar" "bogus fail test" } */
14 return a; /* { dg-bogus "undeclared|identifier|appears" "bogus pass test" { xfail *-*-* } } */
15 } /* { dg-warning "control reaches end" "warning test" } */