re PR testsuite/50722 (FAIL: gcc.dg/pr49994-3.c (test for excess errors))

PR testsuite/50722
	* gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.

From-SVN: r186194
This commit is contained in:
Mike Stump 2012-04-06 15:02:21 +00:00 committed by Mike Stump
parent c5c8755af0
commit 5f250b068e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-04-06 Mike Stump <mikestump@comcast.net>
PR testsuite/50722
* gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.
2012-04-05 Jason Merrill <jason@redhat.com>
PR c++/52596

View File

@ -1,8 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fsched2-use-superblocks -g" } */
/* { dg-options "-O2 -fsched2-use-superblocks -g -w" } */
/* { dg-options "-O2 -fsched2-use-superblocks -g -mbackchain" { target s390*-*-* } } */
/* { dg-require-effective-target scheduling } */
/* { dg-skip-if "PR testsuite/50722" { ia64-*-*-* hppa*-*-* *-*-hpux* } } */
void *
foo (int offset)