re PR testsuite/50722 (FAIL: gcc.dg/pr49994-3.c (test for excess errors))
authorMike Stump <mikestump@comcast.net>
Fri, 6 Apr 2012 15:02:21 +0000 (15:02 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 6 Apr 2012 15:02:21 +0000 (15:02 +0000)
PR testsuite/50722
* gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.

From-SVN: r186194

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr49994-3.c

index 946f02ecf37b6137322702c57a667c5357f796c4..cd043f2c12d8b2ace721e29ab78924b85ba58511 100644 (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
index 11e8fe5ade57bd8fdf0f310945cceb7a5eee2e97..72930932f8d30b0098d8a6f7cd0649f1d559e4e5 100644 (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)