Commit e417d05e by Nick Clifton

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
parent 0181177d
/* 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__\
;
......
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