Commit 04f182b1 by Janis Johnson Committed by Janis Johnson

* gcc.dg/pr35442.c: Ignore a possible warning.

From-SVN: r142720
parent 771f882e
2008-12-12 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/pr35442.c: Ignore a possible warning.
2008-12-12 Zdenek Dvorak <ook@ucw.cz>
PR tree-optimization/32044
......
......@@ -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.*" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment