aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-03-15 23:49:40 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2016-03-15 23:49:40 +0000
commitb440dd405d0702901560983b12a6458ff95d904b (patch)
tree16c4564ede2c3f647b981c6217e01866a65746be /gcc
parent5c2a1bbbc2a304f9c85bacedeabffd4ce5be244b (diff)
downloadgcc-b440dd405d0702901560983b12a6458ff95d904b.zip
gcc-b440dd405d0702901560983b12a6458ff95d904b.tar.gz
gcc-b440dd405d0702901560983b12a6458ff95d904b.tar.bz2
ifcvt-4.c: Add hppa*64*-*-* to skip list.
* gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. From-SVN: r234241
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--gcc/testsuite/gcc.dg/ifcvt-4.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 636e4ff..7ef89b4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c
index 9e1f7cf..d0d131b 100644
--- a/gcc/testsuite/gcc.dg/ifcvt-4.c
+++ b/gcc/testsuite/gcc.dg/ifcvt-4.c
@@ -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)