From 3d7686f9442e2d0ca947a6ac60fa9499e27e13ae Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 5 Jul 2005 00:52:42 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4805a761840..546754f2e7d 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