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
This commit is contained in:
Kazu Hirata 2005-07-05 00:52:42 +00:00
parent 5935bec391
commit 3d7686f944
1 changed files with 1 additions and 1 deletions

View 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>