diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/cpp/charconst-3.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7bb4ca5..ab68f45 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk> + * gcc.dg/cpp/charconst-3.c: Run, don't compile. + +2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk> + * gcc.dg/cpp/charconst-3.c: New test. 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk> diff --git a/gcc/testsuite/gcc.dg/cpp/charconst-3.c b/gcc/testsuite/gcc.dg/cpp/charconst-3.c index 86fcf78..2b62400 100644 --- a/gcc/testsuite/gcc.dg/cpp/charconst-3.c +++ b/gcc/testsuite/gcc.dg/cpp/charconst-3.c @@ -1,6 +1,6 @@ /* Copyright (C) 2001 Free Software Foundation, Inc. */ -/* { dg-do compile } */ +/* { dg-do run } */ /* { dg-options -Wno-multichar } */ /* This tests values and signedness of multichar charconsts. |
