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: Final backend patch to provide infrastructure for parameter lists


On 6/26/07, Michael Meissner <michael.meissner@amd.com> wrote:

5) The rs6000 and spu ports both handle overloaded builtins are are more complex than just looking to see if a function was prototyped or uses stdarg. I would appreciate if maintainers could test to see if I got the semantics right. I would speculate that we may want to also think about adding infrastructure for overloaded builtins, to allow them to change as well.

        * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Use
        FOREACH_FUNCTION_ARGS to iterate over the argument list.

This part is ok, when the rest of the patch has been approved.


Thanks,
Andrew Pinski


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