* gcc.c-torture/compile/20010518-1.c: Force enum size.
authorPaul Brook <paul@codesourcery.com>
Tue, 11 May 2004 18:00:43 +0000 (18:00 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 11 May 2004 18:00:43 +0000 (18:00 +0000)
From-SVN: r81707

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20010518-1.c

index b94ca52..4df7b75 100644 (file)
@@ -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.
index 4ab40d8..0a1b284 100644 (file)
@@ -25,7 +25,7 @@ enum rtx_code
   UNKNOWN,
   NIL,
   REG,
-  LAST_AND_UNUSED_RTX_CODE
+  LAST_AND_UNUSED_RTX_CODE = 256
 };
 
 typedef struct