gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Ellipsis patch


From: Gabriel Dos Reis
Subject: Re: [Gcl-devel] Ellipsis patch
Date: Tue, 13 Oct 2009 12:03:58 -0500

Jerry James <address@hidden> writes:

| I can't remember if I sent this one before or not.  GCC complains
| about undefined behavior when a varargs function's last non-varargs
| parameter is declared to have storage class register.  Since varargs
| works by taking the address of that parameter, and register is a
| promise to never take the address of a variable, the two conflict.
| This patch fixes the issue.

They look OK to me.

-- Gaby




reply via email to

[Prev in Thread] Current Thread [Next in Thread]