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 -- J. David Anglin dave.ang...@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602) 2011-12-22 John David Anglin <dave.ang...@nrc-cnrc.gc.ca> PR testsuite/50722 gcc.dg/pr49994-3.c: Skip on hppa*-*-*. 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)