This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Go in gcc 4.7


Dennis Clarke <dclarke@blastwave.org> writes:

> 	for (argno = 0; argno < argc; argno++) {
> 		if (argno < 6)
> 			*tsp++ = reg[REG_O0 + argno] = va_arg(ap, long);
> 		else
> 			*tsp++ = va_arg(ap, long);

This is broken.  The arguments are of type int, not long.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]