Commit f617c7a3 by Neil Booth Committed by Neil Booth

if-2.c: Comment out occasionally bogus test; we have an equivalent working one below it.

        * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
        have an equivalent working one below it.

From-SVN: r39029
parent 1b26cad7
2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
have an equivalent working one below it.
2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
* g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
......
......@@ -9,9 +9,11 @@
#error L'a' /* { dg-bogus "error" "wide charconst recognition 1" } */
#endif
#if 0 /* This test doesn't work on targets with signed 16-bit wchar_t. */
#if L'\xfeed' != 0xfeed
#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */
#endif
#endif
#if L'\x1234' != 0x1234
#error 0x1234 /* { dg-bogus "error" "wide charconst recognition 3" } */
......
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