PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / va-arg-2.c
blobe1c915ffc925ab81de8570f54d546b07efb09dbf
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 "file included from" "file included from" { target *-*-* } 0 } */
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-translation-unit warning */