]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
compare1.c: Add -fno-short-enums.
authorKazu Hirata <kazu@gcc.gnu.org>
Tue, 5 Jul 2005 00:52:42 +0000 (00:52 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 5 Jul 2005 00:52:42 +0000 (00:52 +0000)
* gcc.dg/compare1.c: Add -fno-short-enums.  Don't skip on any
target.
* gcc.dg/compare9.c: Use -fshort-enums instead of
-fno-short-enums.  Change the last test to dg-bogus.

From-SVN: r101611

gcc/testsuite/ChangeLog

index 4805a761840757339dba33af468d588f3eca42f7..546754f2e7d43da5568c77ca74abd3ece45e705a 100644 (file)
@@ -3,7 +3,7 @@
        * gcc.dg/compare1.c: Add -fno-short-enums.  Don't skip on any
        target.
        * gcc.dg/compare9.c: Use -fshort-enums instead of
-       -fshort-enums.  Change the last test to dg-bogus.
+       -fno-short-enums.  Change the last test to dg-bogus.
 
 2005-07-04  Kazu Hirata  <kazu@codesourcery.com>