20030808-1.c: Force enum size.
authorPaul Brook <paul@codesourcery.com>
Thu, 13 May 2004 17:20:10 +0000 (17:20 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 13 May 2004 17:20:10 +0000 (17:20 +0000)
* gcc.dg/tree-ssa/20030808-1.c: Force enum size.
* gcc.dg/tree-ssa/20030714-1.c: Ditto.
* gcc.dg/tree-ssa/20030708-1.c: Ditto.

From-SVN: r81796

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20030708-1.c
gcc/testsuite/gcc.dg/tree-ssa/20030714-1.c
gcc/testsuite/gcc.dg/tree-ssa/20030808-1.c

index 123f82b017cf391ccec2bd159f3b7105d90fc113..b1737cfed196433d5a97e09437b2d16c263a37f0 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-13  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
+       * gcc.dg/tree-ssa/20030714-1.c: Ditto.
+       * gcc.dg/tree-ssa/20030708-1.c: Ditto.
+
 2004-05-13  Andreas Schwab  <schwab@suse.de>
 
        PR other/10819
index a94f2a7c6c9b6f0274d1e1dbd79cb83fb6be4d49..65c8026a341fe2a44b78b8ad6045193bf2fec7fb 100644 (file)
@@ -6,7 +6,8 @@ enum rtx_code
 {
   CALL_INSN,
   EXPR_LIST,
-  NOTE
+  NOTE,
+  LAST = 256
 };
 
 struct rtx_def
index 936df5371c406468e041fa0d3aaa7120926471d0..63823f71059ed095971c8b35b0c6a4a2c38d316e 100644 (file)
@@ -6,7 +6,7 @@ typedef struct rtx_def *rtx;
 enum rtx_code
 {
   REG,
-  LAST_AND_UNUSED_RTX_CODE
+  LAST_AND_UNUSED_RTX_CODE = 256
 };
 typedef union rtunion_def rtunion;
 struct rtx_def
index 9a20a3040c5911d346210a6b3f8c814654fc3257..08f8f15f70621a49376c7fc6256a37ba2865d635 100644 (file)
@@ -9,7 +9,7 @@ enum rtx_code
   UNKNOWN,
   CODE_LABEL,
   NOTE,
-  LAST_AND_UNUSED_RTX_CODE
+  LAST_AND_UNUSED_RTX_CODE = 256
 };
 typedef union rtunion_def rtunion;
 struct rtx_def