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; }