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: Fix code size estimates wrt variadic functions


On Tue, Jun 1, 2010 at 2:02 AM, Jan Hubicka <hubicka@ucw.cz> wrote:
> - ? ? ? else if (funtype && prototype_p (funtype))
> + ? ? ? else if (funtype && prototype_p (funtype) && !stdarg)
> ? ? ? ? ?{
> ? ? ? ? ? ?tree t;
> ? ? ? ? ? ?for (t = TYPE_ARG_TYPES (funtype); t && t != void_list_node;

While you're hacking here... FOREACH_FUNCTION_ARGS?

Ciao!
Steven


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