Commit 52569640 by Paul Brook Committed by Paul Brook

* gcc.c-torture/compile/20010518-1.c: Force enum size.

From-SVN: r81707
parent 32770746
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.
......
......@@ -25,7 +25,7 @@ enum rtx_code
UNKNOWN,
NIL,
REG,
LAST_AND_UNUSED_RTX_CODE
LAST_AND_UNUSED_RTX_CODE = 256
};
typedef struct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment