Commit f8827b1f by Richard Sandiford Committed by Richard Sandiford

include.c: Skip for VxWorks kernels.

gcc/testsuite/
	* gcc.dg/cpp/trad/include.c: Skip for VxWorks kernels.

From-SVN: r126309
parent 2c99d614
2007-07-04 Richard Sandiford <richard@codesourcery.com> 2007-07-04 Richard Sandiford <richard@codesourcery.com>
* gcc.dg/cpp/trad/include.c: Skip for VxWorks kernels.
2007-07-04 Richard Sandiford <richard@codesourcery.com>
* gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels. * gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels.
2007-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
/* Test that macros are not expanded in the <> quotes of #inlcude. */ /* Test that macros are not expanded in the <> quotes of #inlcude. */
/* { dg-do preprocess } */ /* vxWorksCommon.h uses the "#" operator to construct the name of an
include file, thus making the file incompatible with -traditional-cpp. */
/* { dg-do preprocess { target { ! vxworks_kernel } } } */
#define __STDC__ 1 /* Stop complaints about non-ISO compilers. */ #define __STDC__ 1 /* Stop complaints about non-ISO compilers. */
#define stdlib 1 #define stdlib 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment