See bug testsuite/68232 for justification.  Committed to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2016-03-15  John David Anglin  <dang...@gcc.gnu.org>

        * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list.

Index: gcc.dg/ifcvt-4.c
===================================================================
--- gcc.dg/ifcvt-4.c    (revision 234239)
+++ gcc.dg/ifcvt-4.c    (working copy)
@@ -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)

Reply via email to