diff mbox

[committed] Skip gcc.dg/ifcvt-4.c on hppa*64*-*-*

Message ID 33741929-D514-44E8-9F3D-7EF56657DDE9@bell.net
State New
Headers show

Commit Message

John David Anglin March 15, 2016, 11:53 p.m. UTC
See bug testsuite/68232 for justification.  Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net
2016-03-15  John David Anglin  <danglin@gcc.gnu.org>

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

Patch

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)