aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-03-17 13:16:27 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-03-17 13:16:27 +0000
commitff8908ff28106ef9891cb1898d18a0624b2b40dd (patch)
tree8bab92c2945acfa7228993ae390543fc3e8d8f64
parentba82f58bf1dbd9e183936303dd908494980aefd1 (diff)
downloadgcc-ff8908ff28106ef9891cb1898d18a0624b2b40dd.zip
gcc-ff8908ff28106ef9891cb1898d18a0624b2b40dd.tar.gz
gcc-ff8908ff28106ef9891cb1898d18a0624b2b40dd.tar.bz2
* gcc.dg/cpp/wchar-1.c: Update.
From-SVN: r50914
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/cpp/wchar-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 13772f1..42b5fb7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/cpp/wchar-1.c b/gcc/testsuite/gcc.dg/cpp/wchar-1.c
index f93c1cd..80e8217 100644
--- a/gcc/testsuite/gcc.dg/cpp/wchar-1.c
+++ b/gcc/testsuite/gcc.dg/cpp/wchar-1.c
@@ -15,7 +15,7 @@ int main ()
if (c > 0)
abort ();
#else
- if (c < 0)
+ if (c < 0) /* { dg-warning "always false" } */
abort ();
#endif