Commit 1ccd2fd9 by Janis Johnson Committed by Janis Johnson

* gcc.dg/ppc64-abi-3.c: Add xfail for error checks.

From-SVN: r94561
parent 8ddd633a
2005-02-01 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/ppc64-abi-3.c: Add xfail for error checks.
2005-02-01 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/ieee/copysign1.c: Special case sizeof
......
......@@ -9,7 +9,7 @@ typedef int __attribute__((vector_size(8))) v2si;
v4si
f(v4si v)
{ /* { dg-error "altivec instructions are disabled" } */
{ /* { dg-error "altivec instructions are disabled" "PR18631" { xfail *-*-* } } */
return v;
}
......@@ -24,6 +24,7 @@ main()
{
v4si v;
v2si w;
v = f (v); /* { dg-error "altivec instructions are disabled" } */
v = f (v); /* { dg-error "altivec instructions are disabled" "PR18631" { xfail *-*-* } } */
w = g (w);
return 0;
}
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