This is the mail archive of the gcc-bugs@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]

bogus calls cleanup


   Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>

        * calls.c (expand_call): Reorganize somewhat in order
        to avoid unnecesary recalculation inside loop and make
        tail call failure code cleaner.

This broke sparc sibcalls.  Note that initialize_argument_information
is dependant on FUNCTION_INCOMING_ARG, which is of course pass-dependant.

I'm going to revert the patch for now.



r~

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