From: Nick Clifton Date: Wed, 11 Aug 1999 09:29:13 +0000 (+0000) Subject: Mark test as expected failure since neither cpp nor cpplib get it right, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e417d05e398a0decd2d9f0f4b07bede47b8338f7;p=gcc.git 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 --- 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__\ ;