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]
Other format: [Raw text]

[Bug optimization/14312] [tree-ssa] [regression] tailcalls not being generated when functions contain pointers


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-09 15:05 -------

Fixed with 

        * calls.c (initialize_argument_information): Add
        parameter may_tail_call.  Set to false for invisible
        pass-by-reference arguments that require stack
        allocation.
        Update all users.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14312


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