blob: 2e2849c1528de809657e984033e5525cade79c72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* <varargs.h> is not supported anymore, but we do install a stub
file which issues an #error telling the user to convert their code. */
/* { dg-do compile } */
#include <varargs.h> /* { dg-bogus "varargs.h" "missing file" } */
/* { dg-error "" "In file included from" { target *-*-* } 6 } */
/* { dg-error "no longer implements" "#error 1" { target *-*-* } 4 } */
/* { dg-error "Revise your code" "#error 2" { target *-*-* } 5 } */
int x; /* prevent empty-source-file warning */
|