From: Janis Johnson Date: Fri, 12 Dec 2008 20:39:06 +0000 (+0000) Subject: * gcc.dg/pr35442.c: Ignore a possible warning. X-Git-Tag: releases/gcc-4.4.0~1230 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04f182b1b03d09de8de3ac14c23a9db62dccac6e;p=thirdparty%2Fgcc.git * gcc.dg/pr35442.c: Ignore a possible warning. From-SVN: r142720 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 895c3561a27d..56b5936f6420 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 4f1e3cc537ff..2bf5ce678803 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.*" } */