diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2011-12-28 10:16:24 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2011-12-28 10:16:24 +0100 |
commit | 77861004208a299f058a1ea7c5473c6e5b96f40b (patch) | |
tree | 25ee954e5850fe67065fe2ce116678ebfa5af24b /gcc/testsuite/gcc.dg | |
parent | 1358551fc61841e7a78b6f04919d96a54dc24bd1 (diff) | |
download | gcc-77861004208a299f058a1ea7c5473c6e5b96f40b.zip gcc-77861004208a299f058a1ea7c5473c6e5b96f40b.tar.gz gcc-77861004208a299f058a1ea7c5473c6e5b96f40b.tar.bz2 |
re PR testsuite/50722 (FAIL: gcc.dg/pr49994-3.c (test for excess errors))
PR testsuite/50722
* gcc.dg/pr49994-3.c: Skip on ia64-*-*-*, hppa*-*-* and *-*-hpux*.
From-SVN: r182704
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-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 ec19aa0..11e8fe5 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" { hppa*-*-* *-*-hpux* } } */ +/* { dg-skip-if "PR testsuite/50722" { ia64-*-*-* hppa*-*-* *-*-hpux* } } */ void * foo (int offset) |