]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/ifcvt-4.c: Skip on Visium.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 17 Feb 2016 11:20:06 +0000 (11:20 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 17 Feb 2016 11:20:06 +0000 (11:20 +0000)
From-SVN: r233489

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ifcvt-4.c

index 59ce25469f4f8568163b1b4b3c5bad53576a8ca9..fae51291af4064e3e305e1a13af4ef7513ad4a7e 100644 (file)
@@ -1,3 +1,7 @@
+2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/ifcvt-4.c: Skip on Visium.
+
 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/atomic8.adb: New test.
index 9a91a195ad8c20dd6d090a86aae99a4038b88473..c096523b4de3ec25fee0ac88d20870fa1a1d526e 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-options "-fdump-rtl-ce1 -O2 --param max-rtl-if-conversion-insns=3" } */
-/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-*" } {"*"} { "" } }  */
+/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-* visium-*-*" } {"*"} { "" } }  */
 
 int
 foo (int x, int y, int a)