OSDN Git Service

* gcc.dg/tree-ssa/20030808-1.c: Force enum size.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 2004 17:20:10 +0000 (17:20 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 2004 17:20:10 +0000 (17:20 +0000)
* gcc.dg/tree-ssa/20030714-1.c: Ditto.
* gcc.dg/tree-ssa/20030708-1.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81796 138bc75d-0d04-0410-961f-82ee72b054a4

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 123f82b..b1737cf 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 a94f2a7..65c8026 100644 (file)
@@ -6,7 +6,8 @@ enum rtx_code
 {
   CALL_INSN,
   EXPR_LIST,
-  NOTE
+  NOTE,
+  LAST = 256
 };
 
 struct rtx_def
index 936df53..63823f7 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 9a20a30..08f8f15 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