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
This commit is contained in:
Eric Botcazou 2003-12-18 11:46:40 +01:00 committed by Eric Botcazou
parent ba029213df
commit a21f130e82
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>

View File

@ -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;

View File

@ -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;