From: Ian Bolton Date: Mon, 19 Sep 2011 14:33:02 +0000 (+0000) Subject: 20100906-1.c: Use -fno-short-enums option for "target arm_eabi". X-Git-Tag: releases/gcc-4.7.0~3701 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dac8a1db734e1ceb04d7decdf038e501bfdf9c06;p=thirdparty%2Fgcc.git 20100906-1.c: Use -fno-short-enums option for "target arm_eabi". 2011-09-19 Ian Bolton * gcc.dg/20100906-1.c: Use -fno-short-enums option for "target arm_eabi". From-SVN: r178975 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 66c639adf2b5..aa7ddc5a5cc1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-09-19 Ian Bolton + + * gcc.dg/20100906-1.c: Use -fno-short-enums option for + "target arm_eabi". + 2011-09-19 Ira Rosen PR tree-optimization/50413 diff --git a/gcc/testsuite/gcc.dg/20100906-1.c b/gcc/testsuite/gcc.dg/20100906-1.c index a6541e3ff843..042ba99c5345 100644 --- a/gcc/testsuite/gcc.dg/20100906-1.c +++ b/gcc/testsuite/gcc.dg/20100906-1.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2" } */ +/* { dg-options "-O2 -fno-short-enums -Wl,--no-enum-size-warning" {target arm_eabi} } */ /* This testcase got misoptimized by combine due to a wrong setting of subst_low_luid in try_combine. */