From: Andrew Pinski Date: Tue, 29 Jun 2004 03:18:20 +0000 (+0000) Subject: pr14963.c: Remove the dg-warning as it is dected by the error already. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e440ec5747573692dac827a0fbb26e6adb638fac;p=gcc.git pr14963.c: Remove the dg-warning as it is dected by the error already. 2004-06-28 Andrew Pinski * gcc.dg/pr14963.c: Remove the dg-warning as it is dected by the error already. From-SVN: r83839 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e444bf633d5..bff0e80e7ce 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2004-06-28 Andrew Pinski + * gcc.dg/pr14963.c: Remove the dg-warning as it is dected + by the error already. + * g++.dg/opt/ptrmem4.C: Change to compile only test. 2004-06-28 Dhananjay Deshpande diff --git a/gcc/testsuite/gcc.dg/pr14963.c b/gcc/testsuite/gcc.dg/pr14963.c index 2f58ca5c2cf..5a494d4c835 100644 --- a/gcc/testsuite/gcc.dg/pr14963.c +++ b/gcc/testsuite/gcc.dg/pr14963.c @@ -1,3 +1 @@ X Y(Z); /* { dg-error "" "error before" } */ -/* { dg-warning "" "parameter names" { target *-*-* } 1 } */ -/* { dg-warning "" "data definition" { target *-*-* } 1 } */