From: Janis Johnson Date: Fri, 12 Dec 2008 20:39:06 +0000 (+0000) Subject: * gcc.dg/pr35442.c: Ignore a possible warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04f182b1b03d09de8de3ac14c23a9db62dccac6e;p=gcc.git * gcc.dg/pr35442.c: Ignore a possible warning. From-SVN: r142720 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 895c3561a27..56b5936f642 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-12 Janis Johnson + + * gcc.dg/pr35442.c: Ignore a possible warning. + 2008-12-12 Zdenek Dvorak PR tree-optimization/32044 diff --git a/gcc/testsuite/gcc.dg/pr35442.c b/gcc/testsuite/gcc.dg/pr35442.c index 4f1e3cc537f..2bf5ce67880 100644 --- a/gcc/testsuite/gcc.dg/pr35442.c +++ b/gcc/testsuite/gcc.dg/pr35442.c @@ -9,3 +9,6 @@ foo (A a) { ((B) a) (); /* { dg-error "is not a function" } */ } + +/* Ignore a warning that is irrelevant to the purpose of this test. */ +/* { dg-prune-output ".*GCC vector passed by reference.*" } */