8sa1-gcc/gcc/testsuite/gcc.dg/ultrasp1.c
1998-12-09 00:37:27 +00:00

10 lines
249 B
C

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