/* PR 3177 *//* Produced a SIGILL on ia64 with sibcall from F to G. We hadn't widened the register window to allow for the fourth outgoing argument as an "in" register. */floatg(void*a,void*b,inte,intc,floatd){returnd;}floatf(void*a,void*b,intc,floatd){returng(a,b,0,c,d);}intmain(){f(0,0,1,1);return0;}