]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/noncompile/va-arg-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / noncompile / va-arg-1.c
diff --git a/gcc/testsuite/gcc.dg/noncompile/va-arg-1.c b/gcc/testsuite/gcc.dg/noncompile/va-arg-1.c
deleted file mode 100644 (file)
index b8b7d3c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdarg.h>
-
-f (int x, ...)
-{
-  va_list args;
-  va_start (args, bogus_variable);  /* { dg-error "undeclared|for each function|not last named" } */
-  va_end (args);
-}