diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-02-07 12:14:46 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-02-07 12:14:46 +0000 |
commit | fde5baddf43ae7a6347f92468a331a2586b0bfbf (patch) | |
tree | 780d97c21062f07734619e4a8527e87ab9eceba6 | |
parent | a9ca50b16538ea32c0813a114c5d5c4eeb93e9c2 (diff) | |
download | gcc-fde5baddf43ae7a6347f92468a331a2586b0bfbf.zip gcc-fde5baddf43ae7a6347f92468a331a2586b0bfbf.tar.gz gcc-fde5baddf43ae7a6347f92468a331a2586b0bfbf.tar.bz2 |
* testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
From-SVN: r49576
-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 59d48ac..ecc84472 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 7ee0cfb..59fa500 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: |