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 middle-end/14625] tail call optimization missed


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-18 01:57 -------
Confirmed, now if the tree-ssa does not do it, it makes this a middle-end issue as basically the middle-
end is expanding the tail call to a non tail call as there is no room on the stack but you tricks say there 
is some.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|optimization                |middle-end
     Ever Confirmed|                            |1
           Keywords|                            |pessimizes-code
      Known to fail|                            |tree-ssa 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-18 01:57:30
               date|                            |


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


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