mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 16:50:49 +08:00
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:
parent
ba029213df
commit
a21f130e82
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user