This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Testsuite tweaks for SPARC


This makes it possible to catch more failures with various compilation flags.

Applied to 3.4 branch.


2004-02-25  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* g++.dg/eh/simd-1.C: Tweak again for SPARC.
	* g++.dg/eh/simd-2.C: Likewise.


-- 
Eric Botcazou
Index: g++.dg/eh/simd-1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/eh/simd-1.C,v
retrieving revision 1.5
diff -u -r1.5 simd-1.C
--- g++.dg/eh/simd-1.C	10 Jan 2004 11:02:53 -0000	1.5
+++ g++.dg/eh/simd-1.C	25 Feb 2004 07:27:22 -0000
@@ -3,7 +3,7 @@
 // { 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 sparc*-*-* } 0 }
 
 typedef int __attribute__((mode(V2SI))) vecint;
 
Index: g++.dg/eh/simd-2.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/eh/simd-2.C,v
retrieving revision 1.4.4.2
diff -u -r1.4.4.2 simd-2.C
--- g++.dg/eh/simd-2.C	12 Feb 2004 10:32:00 -0000	1.4.4.2
+++ g++.dg/eh/simd-2.C	25 Feb 2004 07:27:22 -0000
@@ -4,8 +4,7 @@
 // { dg-options "-O -w" { target i?86-*-* } }
 // { dg-options "-O -w -maltivec" { target powerpc64-*-linux* } }
 // { dg-do run { xfail "powerpc64-*-linux*"}  }
-// { dg-error "" "PR target/12916" { target sparc64-*-* sparcv9-*-* } 13 }
-// { dg-error "" "PR target/12916" { target sparc-*-* } 15 }
+// { dg-error "" "PR target/12916" { target sparc*-*-* } 0 }
 
 typedef int __attribute__((mode(V4SI))) vecint;
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]