diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 1999-08-11 09:29:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-08-11 09:29:13 +0000 |
commit | e417d05e398a0decd2d9f0f4b07bede47b8338f7 (patch) | |
tree | a19a92c08881dd285095369ac1a7810cd4cc67fb | |
parent | 0181177d77d462a846b912b7c9dd083f3242fe73 (diff) | |
download | gcc-e417d05e398a0decd2d9f0f4b07bede47b8338f7.zip gcc-e417d05e398a0decd2d9f0f4b07bede47b8338f7.tar.gz gcc-e417d05e398a0decd2d9f0f4b07bede47b8338f7.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/gcc.dg/990119-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/990119-1.c b/gcc/testsuite/gcc.dg/990119-1.c index 7e33518..0ac8d9a 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__\ ; |