* gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
From-SVN: r38896
This commit is contained in:
parent
752808fb43
commit
f7d7b65139
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
|
||||||
|
|
||||||
* gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
|
* 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" } */
|
#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */
|
||||||
#endif
|
#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" } */
|
#if 'abcd' /* { dg-warning "multi-character character constant" "multi-character charconst" } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user