if-2.c: Comment out occasionally bogus test; we have an equivalent working one below it.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 15 Jan 2001 07:51:18 +0000 (07:51 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 15 Jan 2001 07:51:18 +0000 (07:51 +0000)
        * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
        have an equivalent working one below it.

From-SVN: r39029

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

index 2ceb1eda71e9cc64c3eb47f3185313384a7d3518..94814bb3044fa8519499321a2e48336e5f2590ea 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 9a0096042b2e62e35530e1726f0c9601ea15859e..55e3e710fbeba9779c91268047d4d3a2a9e4b3fd 100644 (file)
@@ -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" } */