From: Paul Brook Date: Tue, 11 May 2004 18:00:43 +0000 (+0000) Subject: * gcc.c-torture/compile/20010518-1.c: Force enum size. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=525696406dd38458adb8ad682b22dcef1eb7e1d4;p=gcc.git * gcc.c-torture/compile/20010518-1.c: Force enum size. From-SVN: r81707 --- 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 + + * gcc.c-torture/compile/20010518-1.c: Force enum size. + 2004-05-10 Eric Christopher * 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