From: Mike Stump Date: Fri, 6 Apr 2012 15:02:21 +0000 (+0000) Subject: re PR testsuite/50722 (FAIL: gcc.dg/pr49994-3.c (test for excess errors)) X-Git-Tag: misc/gccgo-go1_1_2~3625 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f250b068e74cb7b6170ae033f725a9e4ce3af1c;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 946f02ecf37b..cd043f2c12d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-04-06 Mike Stump + + PR testsuite/50722 + * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings. + 2012-04-05 Jason Merrill PR c++/52596 diff --git a/gcc/testsuite/gcc.dg/pr49994-3.c b/gcc/testsuite/gcc.dg/pr49994-3.c index 11e8fe5ade57..72930932f8d3 100644 --- a/gcc/testsuite/gcc.dg/pr49994-3.c +++ b/gcc/testsuite/gcc.dg/pr49994-3.c @@ -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)