]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
20100906-1.c: Use -fno-short-enums option for "target arm_eabi".
authorIan Bolton <ian.bolton@arm.com>
Mon, 19 Sep 2011 14:33:02 +0000 (14:33 +0000)
committerIan Bolton <ibolton@gcc.gnu.org>
Mon, 19 Sep 2011 14:33:02 +0000 (14:33 +0000)
2011-09-19  Ian Bolton  <ian.bolton@arm.com>

* gcc.dg/20100906-1.c: Use -fno-short-enums option for
"target arm_eabi".

From-SVN: r178975

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20100906-1.c

index 66c639adf2b5a249143564375cf48b2a28cfaeaf..aa7ddc5a5cc1902d7959de1a009d410a89aace72 100644 (file)
@@ -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
index a6541e3ff8432979fe3cf9d254653b49c525ba2b..042ba99c5345344acc2318bdf8f003ae3258353e 100644 (file)
@@ -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.  */