diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2011-12-23 02:10:52 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2011-12-23 02:10:52 +0000 |
commit | c8882fc1321a6b1697cf82e6b52ab51b7bcc8da9 (patch) | |
tree | c0ab4bed9d84d01d18b5ed24b49db8438dd41647 /gcc | |
parent | 57d138a946002b7d49af7e287abbe4efa2fa7492 (diff) | |
download | gcc-c8882fc1321a6b1697cf82e6b52ab51b7bcc8da9.zip gcc-c8882fc1321a6b1697cf82e6b52ab51b7bcc8da9.tar.gz gcc-c8882fc1321a6b1697cf82e6b52ab51b7bcc8da9.tar.bz2 |
re PR testsuite/50722 (FAIL: gcc.dg/pr49994-3.c (test for excess errors))
PR testsuite/50722
gcc.dg/pr49994-3.c: xfail on hppa*-*-*.
From-SVN: r182647
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr49994-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr49994-3.c b/gcc/testsuite/gcc.dg/pr49994-3.c index ef079d7..ec19aa0 100644 --- a/gcc/testsuite/gcc.dg/pr49994-3.c +++ b/gcc/testsuite/gcc.dg/pr49994-3.c @@ -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) |