da0182574f
* gcc.dg/ultrasp1.c: Removed xfail. * gcc.dg/struct-ret-2.c: Likewise. * gcc.dg/array-1.c: Likewise. From-SVN: r30356
10 lines
227 B
C
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;
|
|
}
|