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