aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/20100906-1.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 66c639a..aa7ddc5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-19 Ian Bolton <ian.bolton@arm.com>
+
+ * gcc.dg/20100906-1.c: Use -fno-short-enums option for
+ "target arm_eabi".
+
2011-09-19 Ira Rosen <ira.rosen@linaro.org>
PR tree-optimization/50413
diff --git a/gcc/testsuite/gcc.dg/20100906-1.c b/gcc/testsuite/gcc.dg/20100906-1.c
index a6541e3..042ba99 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. */