* g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 8 Feb 2004 18:32:35 +0000 (19:32 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 8 Feb 2004 18:32:35 +0000 (18:32 +0000)
From-SVN: r77495

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/simd-2.C

index a79cda5..a4e9a01 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
@@ -20707,3 +20711,4 @@ rlsruhe.de>
        correspond to c-torture 1.11.
 
        * New file.
+
index 81c4025..1a9851e 100644 (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;