OSDN Git Service

* gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 07:53:41 +0000 (07:53 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 07:53:41 +0000 (07:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38896 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/if-2.c

index f359cb7..e73fd5c 100644 (file)
@@ -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>
 
        * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
index 2832c46..4b9d288 100644 (file)
 #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