]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
20001013-1.c: Run on 32-bit and 64-bit SPARC.
authorJames A. Morrison <ja2morri@uwaterloo.ca>
Fri, 26 Mar 2004 11:16:15 +0000 (11:16 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 26 Mar 2004 11:16:15 +0000 (11:16 +0000)
* gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
* gcc.dg/20001101-1.c: Likewise.
* gcc.dg/20001102-1.c: Likewise.

From-SVN: r79981

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20001013-1.c
gcc/testsuite/gcc.dg/20001101-1.c
gcc/testsuite/gcc.dg/20001102-1.c

index 208a55f277005a57ea14fc40a81726f420e3be7a..6f1db4734c5dc43e2745b490c08e49514f4260b8 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
+
+       * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
+       * gcc.dg/20001101-1.c: Likewise.
+       * gcc.dg/20001102-1.c: Likewise.
+
 2004-03-25  Roger Sayle  <roger@eyesopen.com>
 
        * gcc.dg/compare8.c: Add an additional test for XOR.
index 163a262ebe895ede1ac95bb5ea3dae7f0410fe90..87126fc4a8149ee1828d27779fbd7d1252c1d121 100644 (file)
@@ -1,7 +1,5 @@
-/* ??? It'd be nice to run this for sparc32 as well, if we could know
-   for sure that we're on an ultrasparc, rather than an older cpu.  */
-/* { dg-do run { target sparcv9-*-* sparc64-*-* } } */
-/* { dg-options "-O2 -m32 -mcpu=ultrasparc -mvis" } */
+/* { dg-do run { target sparc*-*-* } } */
+/* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
 
 int l;
 
index 6cafff0d4234fca3322052467e4e77fcd8806588..723901c40906541d8452aa42498f470f19546cec 100644 (file)
@@ -1,7 +1,5 @@
-/* ??? It'd be nice to run this for sparc32 as well, if we could know
-   for sure that we're on an ultrasparc, rather than an older cpu.  */
-/* { dg-do run { target sparcv9-*-* sparc64-*-* } } */
-/* { dg-options "-O2 -m32 -mcpu=ultrasparc -mvis" } */
+/* { dg-do run { target sparc*-*-* } } */
+/* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
 
 int foo(double a, int b, int c, double *d, int h)
 {
index 2d9e45b0de377c75e69681cf1c58aeec430f15eb..d062353c6804a7946fafa73eeaf6fcf76981f9ba 100644 (file)
@@ -1,7 +1,5 @@
-/* ??? It'd be nice to run this for sparc32 as well, if we could know
-   for sure that we're on an ultrasparc, rather than an older cpu.  */
-/* { dg-do run { target sparcv9-*-* sparc64-*-* } } */
-/* { dg-options "-O2 -m32 -mcpu=ultrasparc -mvis" } */
+/* { dg-do run { target sparc*-*-* } } */
+/* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
 
 int foo(double a, int b, int c, double *d, int h)
 {