From 1ede83f81ccda42adfb641cb9d6d23c24cc8d910 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Fri, 12 Dec 2003 13:34:41 +0000 Subject: [PATCH] xwin1.c: Remove, breaks testsuite (and I don't know how to make it work). * gcc.dg/cpp/trad/xwin1.c: Remove, breaks testsuite (and I don't know how to make it work). From-SVN: r74567 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/cpp/trad/xwin1.c | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/cpp/trad/xwin1.c diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eda5f3796b18..e74fa0e97ec3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-12-12 Nathanael Nerode + + * gcc.dg/cpp/trad/xwin1.c: Remove, breaks testsuite (and I don't + know how to make it work). + 2003-12-11 Eric Botcazou Backport from mainline: diff --git a/gcc/testsuite/gcc.dg/cpp/trad/xwin1.c b/gcc/testsuite/gcc.dg/cpp/trad/xwin1.c deleted file mode 100644 index 21220d1db683..000000000000 --- a/gcc/testsuite/gcc.dg/cpp/trad/xwin1.c +++ /dev/null @@ -1,13 +0,0 @@ -/* XWindows (as of 4.3) does some pretty strange things with cpp. - This tests one of them; the leading comments are supposed to be - eaten by the preprocessor; but the 'directives' after them are - supposed to be retained as text, not processed, so that imake's cpp - can be run on the output! - { dg-do preprocess } -*/ - -/**/#if 0 -passed -/**/#endif - -/* { dg-final { scan-file xwin1.i "(^|\n)#if 0" } } */ -- 2.47.2