URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [va-arg-2.c] - Rev 12
Compare with Previous | Blame | View Log
/* <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 */