summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/trad/include.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/trad/include.c')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/trad/include.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/include.c b/gcc/testsuite/gcc.dg/cpp/trad/include.c
index 94d25f815c6..967476d3a1f 100644
--- a/gcc/testsuite/gcc.dg/cpp/trad/include.c
+++ b/gcc/testsuite/gcc.dg/cpp/trad/include.c
@@ -2,11 +2,5 @@
/* Test that macros are not expanded in the <> quotes of #inlcude. */
-/* vxWorksCommon.h uses the "#" operator to construct the name of an
- include file, thus making the file incompatible with -traditional-cpp.
- Newlib uses ## when including stdlib.h as of 2007-09-07. */
-/* { dg-do preprocess { target { { ! vxworks_kernel } && { ! newlib } } } } */
-
-#define __STDC__ 1 /* Stop complaints about non-ISO compilers. */
-#define stdlib 1
-#include <stdlib.h> /* { dg-bogus "o such file or directory" } */
+#define builtins 1
+#include <builtins.h> /* { dg-bogus "o such file or directory" } */