diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-06 08:34:57 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-06 08:34:57 +0000 |
commit | adc502b4c57e54ada48a05a69dcbe88d02080f23 (patch) | |
tree | c500d4bf05b3dc55ea40e4fe10fe14f8e2a0470f /gcc | |
parent | aab0ae9150c920ec072a7f47942d8a78d3ae40ea (diff) | |
download | gcc-adc502b4c57e54ada48a05a69dcbe88d02080f23.zip gcc-adc502b4c57e54ada48a05a69dcbe88d02080f23.tar.gz gcc-adc502b4c57e54ada48a05a69dcbe88d02080f23.tar.bz2 |
* gcc.dg/cpp/charconst-3.c: Run, don't compile.
From-SVN: r53209
Diffstat (limited to 'gcc')
-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. |