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