This is the mail archive of the gcc-patches@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: [PATCH] Optimize __builtin_va_{start,copy,end} on typedef {char,void} *va_list; targets (PR middle-end/20983)


On Fri, Dec 07, 2007 at 02:48:14PM +0100, Rask Ingemann Lambertsen wrote:
>    Also write a few words of documentation. If EXPAND_BUILTIN_VA_START is
> now gone, also remove its documentation.

There was no documentation of the target macro, so there is nothing to
remove.  And the new target hook does the same thing as the macro did.

	Jakub


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