* gcc.dg/cpp/wchar-1.c: Update.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 17 Mar 2002 13:16:27 +0000 (13:16 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 17 Mar 2002 13:16:27 +0000 (13:16 +0000)
From-SVN: r50914

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/wchar-1.c

index 13772f100970893fdef8b74437b2055d90673349..42b5fb7a6aa5673b46ee36a65fdef7cb3b556dd9 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/wchar-1.c: Update.
+
 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.dg/template/conv1.C: New test.
index f93c1cd4ec0729dfcaed480aa036f9c2986dc91b..80e8217cca5cc8dbb34950e34fd79a089956624e 100644 (file)
@@ -15,7 +15,7 @@ int main ()
   if (c > 0)
     abort ();
 #else
-  if (c < 0)
+  if (c < 0)   /* { dg-warning "always false" } */
     abort ();
 #endif