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 tree-optimization/19939] -finline-functions inhibits tail recursion accumulation optimization


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-13 18:17 -------
This is a dup of bug 1046, yes the function is slightly different but the problem is the same:
"Well at -O3 -fno-inline this is fixed but at -O3 -finline this is not fixed, the problem is that 
fib is being inlined into itself why I do not know.  Jan why is this happening?"

*** This bug has been marked as a duplicate of 1046 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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