Commit 3057d7cf by Janis Johnson Committed by Janis Johnson

* gcc.dg/torture/pr36891.c: Ignore an irrelevant warning.

From-SVN: r140836
parent 4e5b36bd
2008-10-02 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/torture/pr36891.c: Ignore an irrelevant warning.
* gcc.target/powerpc/ppc64-abi-3.c: Initialize variables to suppress
warning.
......
......@@ -16,3 +16,6 @@ void RRB( __vector float vdist, __vector float vx)
g(pullx);
}
}
/* Ignore a warning that is irrelevant to the purpose of this test. */
/* { dg-prune-output ".*GCC vector returned 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