Commit 77861004 by Uros Bizjak

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
parent 1358551f
......@@ -4,7 +4,7 @@
2011-12-25 Jan Hubicka <jh@suse.cz>
PR middle-end/48641
PR middle-end/48641
* gcc.dg/compile/pr48641.c: New file.
2011-12-26 Joey Ye <joey.ye@arm.com>
......@@ -48,7 +48,7 @@
2011-12-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/50722
gcc.dg/pr49994-3.c: Skip on hppa*-*-*.
* gcc.dg/pr49994-3.c: Skip on ia64-*-*-*, hppa*-*-* and *-*-hpux*.
2011-12-22 Richard Guenther <rguenther@suse.de>
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment