* g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.

From-SVN: r77495
This commit is contained in:
Eric Botcazou 2004-02-08 19:32:35 +01:00 committed by Eric Botcazou
parent c38628062d
commit 517b3f9f25
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
* g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
@ -20707,3 +20711,4 @@ rlsruhe.de>
correspond to c-torture 1.11.
* New file.

View file

@ -3,7 +3,8 @@
// { dg-options "-O" }
// { dg-options "-O -w" { target i?86-*-* } }
// { dg-do run }
// { dg-error "" "PR target/12916" { target sparc*-*-* } 11 }
// { dg-error "" "PR target/12916" { target sparc64-*-* sparcv9-*-* } 12 }
// { dg-error "" "PR target/12916" { target sparc-*-* } 14 }
typedef int __attribute__((mode(V4SI))) vecint;