gcc/
[official-gcc.git] / gcc / testsuite / gcc.dg / va-arg-2.c
blob597bf98d540cae0614dde917dd75a86801f64644
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-message "" "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 */