20001013-1.c: Run on 32-bit and 64-bit SPARC.
* 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
This commit is contained in:
parent
9e1395f14c
commit
f84d6264f4
4 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue