Commit 634035b6 by David Edelsohn Committed by David Edelsohn

* g++.dg/ext/pr70290.C: Prune non-standard ABI.

From-SVN: r234480
parent 45d34276
2016-03-25 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/ext/pr70290.C: Prune non-standard ABI.
2016-03-25 Alan Modra <amodra@gmail.com>
* gcc.dg/dfp/pr70052.c: New test.
......
......@@ -18,3 +18,7 @@ test2 (vec x, vec y)
vec one = zero + 1;
return (x < y) ? one : zero;
}
/* 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