From: Kazu Hirata Date: Tue, 5 Jul 2005 00:52:42 +0000 (+0000) Subject: compare1.c: Add -fno-short-enums. X-Git-Tag: misc/cutover-cvs2svn~1937 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d7686f9442e2d0ca947a6ac60fa9499e27e13ae;p=thirdparty%2Fgcc.git compare1.c: Add -fno-short-enums. * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4805a7618407..546754f2e7d4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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