From e417d05e398a0decd2d9f0f4b07bede47b8338f7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 11 Aug 1999 09:29:13 +0000 Subject: [PATCH] Mark test as expected failure since neither cpp nor cpplib get it right, and it is not going to be fixed any time soon... From-SVN: r28668 --- gcc/testsuite/gcc.dg/990119-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/990119-1.c b/gcc/testsuite/gcc.dg/990119-1.c index 7e33518a35c..0ac8d9a4697 100644 --- a/gcc/testsuite/gcc.dg/990119-1.c +++ b/gcc/testsuite/gcc.dg/990119-1.c @@ -1,7 +1,7 @@ /* This checks for two things: - an obscure corner case in the standard rules for __LINE__ - regression of an associated bug in cpplib where the semicolon got lost */ -/* { dg-do run } */ +/* { dg-do run {xfail *-*-*} } *//* Currently this corner case is not handled correctly. */ int i = __LINE__\ ; -- 2.30.2