diff options
| author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-07 12:14:46 +0000 |
|---|---|---|
| committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-07 12:14:46 +0000 |
| commit | 59a893a8d13fd30596dd217f0697ee378a8d95af (patch) | |
| tree | 780d97c21062f07734619e4a8527e87ab9eceba6 | |
| parent | 270ba101f40241bdacffd5b0c95ab4ef9d6f55c3 (diff) | |
| download | ppe42-gcc-59a893a8d13fd30596dd217f0697ee378a8d95af.tar.gz ppe42-gcc-59a893a8d13fd30596dd217f0697ee378a8d95af.zip | |
* testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49576 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/cpp/charconst-2.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59d48ac4936..ecc844720ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-07 Ulrich Weigand <uweigand@de.ibm.com> + + * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option. + Thu Feb 7 12:14:17 CET 2002 Jan Hubicka <jh@suse.cz> * i386-protos.h (x86_order_regs_for_local_alloc): Declare diff --git a/gcc/testsuite/gcc.dg/cpp/charconst-2.c b/gcc/testsuite/gcc.dg/cpp/charconst-2.c index 7ee0cfb65ca..59fa500e35f 100644 --- a/gcc/testsuite/gcc.dg/cpp/charconst-2.c +++ b/gcc/testsuite/gcc.dg/cpp/charconst-2.c @@ -1,6 +1,7 @@ /* Copyright (C) 2001 Free Software Foundation, Inc. */ /* { dg-do compile } */ +/* { dg-options "-fsigned-char" } */ /* Crosscompiling from i686-linux (32-bit) to x86_64-linux (64-bit) gave extra warnings on the two assignments: |

