OSDN Git Service

patch for PR rtl-optimization/25130
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / va-arg-2.c
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.  */
3
4 /* { dg-do compile } */
5
6 #include <varargs.h>  /* { dg-bogus "varargs.h" "missing file" } */
7
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 } */
11
12 int x;  /* prevent empty-source-file warning */