ifcvt-4.c: Add hppa*64*-*-* to skip list.
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 15 Mar 2016 23:49:40 +0000 (23:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 15 Mar 2016 23:49:40 +0000 (23:49 +0000)
* gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list.

From-SVN: r234241

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

index 636e4ff67132abc5950446c5758a74a35f7e23ea..7ef89b4d3ef6ef180f83afa13677c1475c0170ca 100644 (file)
@@ -1,5 +1,7 @@
 2016-03-15  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list.
+
        PR libfortran/69799
        * gfortran.dg/coarray_allocate_5.f08: Add "-latomic" option if
        libatomic_available.
index 9e1f7cf07c54b62d84e8d10817d12c31f7e8bf0e..d0d131b9ad856c485a551baf9db730d3203adba6 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-options "-fdump-rtl-ce1 -O2 --param max-rtl-if-conversion-insns=3" } */
 /* { dg-additional-options "-misel" { target { powerpc*-*-* } } } */
-/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* visium-*-*" } {"*"} { "" } }  */
+/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* hppa*64*-*-* visium-*-*" } {"*"} { "" } }  */
 
 int
 foo (int x, int y, int a)