Commit f84d6264 by James A. Morrison Committed by Eric Botcazou

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
parent 9e1395f1
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> 2004-03-25 Roger Sayle <roger@eyesopen.com>
* gcc.dg/compare8.c: Add an additional test for XOR. * gcc.dg/compare8.c: Add an additional test for XOR.
......
/* ??? It'd be nice to run this for sparc32 as well, if we could know /* { dg-do run { target sparc*-*-* } } */
for sure that we're on an ultrasparc, rather than an older cpu. */ /* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
/* { dg-do run { target sparcv9-*-* sparc64-*-* } } */
/* { dg-options "-O2 -m32 -mcpu=ultrasparc -mvis" } */
int l; int l;
......
/* ??? It'd be nice to run this for sparc32 as well, if we could know /* { dg-do run { target sparc*-*-* } } */
for sure that we're on an ultrasparc, rather than an older cpu. */ /* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
/* { dg-do run { target sparcv9-*-* sparc64-*-* } } */
/* { dg-options "-O2 -m32 -mcpu=ultrasparc -mvis" } */
int foo(double a, int b, int c, double *d, int h) int foo(double a, int b, int c, double *d, int h)
{ {
......
/* ??? It'd be nice to run this for sparc32 as well, if we could know /* { dg-do run { target sparc*-*-* } } */
for sure that we're on an ultrasparc, rather than an older cpu. */ /* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
/* { dg-do run { target sparcv9-*-* sparc64-*-* } } */
/* { dg-options "-O2 -m32 -mcpu=ultrasparc -mvis" } */
int foo(double a, int b, int c, double *d, int h) int foo(double a, int b, int c, double *d, int h)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment