* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / va-arg-2.c
blob2e2849c1528de809657e984033e5525cade79c72
1 /* <varargs.h> is not supported anymore, but we do install a stub
2 file which issues an #error telling the user to convert their code. */
4 /* { dg-do compile } */
6 #include <varargs.h> /* { dg-bogus "varargs.h" "missing file" } */
8 /* { dg-error "" "In file included from" { target *-*-* } 6 } */
9 /* { dg-error "no longer implements" "#error 1" { target *-*-* } 4 } */
10 /* { dg-error "Revise your code" "#error 2" { target *-*-* } 5 } */
12 int x; /* prevent empty-source-file warning */