aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/sparc/ultrasp1.c
blob: 7db75058990524007f3bd035fac2802b2a8cae1a (plain)
1
2
3
4
5
6
7
8
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */

/* { dg-do compile } */
/* { dg-options -mcpu=ultrasparc } */

int foo(long long y) {
  return -1 * y;
}