diff mbox

[committed] xfail gcc.dg/pr49994-3.c on hppa*-*-*

Message ID 20111223022005.GA17690@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin Dec. 23, 2011, 2:20 a.m. UTC
The test gcc.dg/pr49994-3.c needs to be skipped on all PA targets,
not just hpux.

Tested on hppa2.0w-hp-hpux11.11 and hppa-unknown-linux-gnu.  Committed
to trunk.

Dave
diff mbox

Patch

Index: gcc.dg/pr49994-3.c
===================================================================
--- gcc.dg/pr49994-3.c	(revision 182554)
+++ gcc.dg/pr49994-3.c	(working copy)
@@ -2,7 +2,7 @@ 
 /* { dg-options "-O2 -fsched2-use-superblocks -g" } */
 /* { dg-options "-O2 -fsched2-use-superblocks -g -mbackchain" { target s390*-*-* } } */
 /* { dg-require-effective-target scheduling } */
-/* { dg-skip-if "PR testsuite/50722" { *-*-hpux* } } */
+/* { dg-skip-if "PR testsuite/50722" { hppa*-*-* *-*-hpux* } } */
 
 void *
 foo (int offset)