Commit a5624f14 by Neil Booth

* gcc.dg/cpp/if-2.c: Fix bogus update.

From-SVN: r38897
parent f7d7b651
......@@ -14,7 +14,7 @@
#endif
#if L'\x1234' != 0x1234
#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */
#error 0x1234 /* { dg-bogus "error" "wide charconst recognition 3" } */
#endif
#if 'abcd' /* { dg-warning "multi-character character constant" "multi-character charconst" } */
......
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