summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-11 18:00:43 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-11 18:00:43 +0000
commitb20f5036c5b3bdbcc3350ee651d4871a9333addf (patch)
tree05516633b67e1dd5f9e823be089ff11795b281e7
parent5bf3fee3b9aa5fdd76bbbdfc6026e06f09d3de3b (diff)
downloadppe42-gcc-b20f5036c5b3bdbcc3350ee651d4871a9333addf.tar.gz
ppe42-gcc-b20f5036c5b3bdbcc3350ee651d4871a9333addf.zip
* gcc.c-torture/compile/20010518-1.c: Force enum size.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81707 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20010518-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b94ca525802..4df7b75d051 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 4ab40d8e226..0a1b284b447 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
OpenPOWER on IntegriCloud