Commit a21f130e by Eric Botcazou Committed by Eric Botcazou

simd-1.C: XFAIL on SPARC.

	* g++.dg/eh/simd-1.C: XFAIL on SPARC.
	* g++.dg/eh/simd-2.C: Likewise.

From-SVN: r74775
parent ba029213
2003-12-18 Eric Botcazou <ebotcazou@libertysurf.fr>
* g++.dg/eh/simd-1.C: XFAIL on SPARC.
* g++.dg/eh/simd-2.C: Likewise.
2003-12-17 James E Wilson <wilson@specifixinc.com>
Roger Sayle <roger@eyesopen.com>
......
......@@ -2,6 +2,7 @@
// Contributed by Aldy Hernandez (aldy@quesejoda.com).
// { dg-options "-O" }
// { dg-do run }
// { dg-error "" "PR target/12916" { target sparc*-*-* } 10 }
typedef int __attribute__((mode(V2SI))) vecint;
......
......@@ -3,6 +3,7 @@
// { dg-options "-O" }
// { dg-options "-O -w" { target i?86-*-* } }
// { dg-do run }
// { dg-error "" "PR target/12916" { target sparc*-*-* } 11 }
typedef int __attribute__((mode(V4SI))) vecint;
......
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