Commit f7d7b651 by Neil Booth Committed by Neil Booth

* gcc.dg/cpp/if-2.c: Add wide char test without sign extension.

From-SVN: r38896
parent 752808fb
2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
* gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
......
......@@ -13,6 +13,10 @@
#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */
#endif
#if L'\x1234' != 0x1234
#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */
#endif
#if 'abcd' /* { dg-warning "multi-character character constant" "multi-character charconst" } */
#endif
......
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