* gcc.dg/pr46309.c: Disable for cris*-*-*.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 10 Jan 2014 19:18:34 +0000 (19:18 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 10 Jan 2014 19:18:34 +0000 (19:18 +0000)
From-SVN: r206537

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr46309.c

index 1c29731fd53b3e36c094b6562c70276be32f6de4..8ccfe652a8ea1e32a62af5f08739dc3fc0a2db0f 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-10  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.dg/pr46309.c: Disable for cris*-*-*.
+
 2014-01-10  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.target/arm/neon-nested-apcs.c: Tweak dg directives.
index ee154ccd2f3cfe41c7629dc4781044346546fe63..9275015049e20b703a226e92f2b3b474d8884dd2 100644 (file)
@@ -1,5 +1,5 @@
 /* PR tree-optimization/46309 */
-/* { dg-do compile } */
+/* { dg-do compile { target { ! { cris*-*-* } } } } */
 /* { dg-options "-O2 -fdump-tree-reassoc-details" } */
 /* The transformation depends on BRANCH_COST being greater than 1
    (see the notes in the PR), so try to force that.  */