diff options
author | Paul Brook <paul@codesourcery.com> | 2004-05-11 18:00:43 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-05-11 18:00:43 +0000 |
commit | 525696406dd38458adb8ad682b22dcef1eb7e1d4 (patch) | |
tree | 05516633b67e1dd5f9e823be089ff11795b281e7 /gcc | |
parent | 3277074642a8201218f4f8efbd9c6a02815a29c0 (diff) | |
download | gcc-525696406dd38458adb8ad682b22dcef1eb7e1d4.zip gcc-525696406dd38458adb8ad682b22dcef1eb7e1d4.tar.gz gcc-525696406dd38458adb8ad682b22dcef1eb7e1d4.tar.bz2 |
* gcc.c-torture/compile/20010518-1.c: Force enum size.
From-SVN: r81707
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/20010518-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b94ca52..4df7b75 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-05-11 Paul Brook <paul@codesourcery.com> + + * gcc.c-torture/compile/20010518-1.c: Force enum size. + 2004-05-10 Eric Christopher <echristo@redhat.com> * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf. diff --git a/gcc/testsuite/gcc.c-torture/compile/20010518-1.c b/gcc/testsuite/gcc.c-torture/compile/20010518-1.c index 4ab40d8..0a1b284 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20010518-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20010518-1.c @@ -25,7 +25,7 @@ enum rtx_code UNKNOWN, NIL, REG, - LAST_AND_UNUSED_RTX_CODE + LAST_AND_UNUSED_RTX_CODE = 256 }; typedef struct |