8sa1-gcc/gcc/testsuite/gcc.dg/ultrasp1.c
Alexandre Oliva da0182574f ultrasp1.c: Removed xfail.
* gcc.dg/ultrasp1.c: Removed xfail.
* gcc.dg/struct-ret-2.c: Likewise.
* gcc.dg/array-1.c: Likewise.

From-SVN: r30356
1999-11-02 21:08:34 +00:00

10 lines
227 B
C

/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-options -mcpu=ultrasparc { target sparc-*-* } } */
int foo(long long y) {
return -1 * y;
}