aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ultrasp1.c
blob: 82f586c7db89d24ef3bf1b846f6c468263f89c46 (plain)
1
2
3
4
5
6
7
8
9
/* 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;
}