This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/19939] -finline-functions inhibits tail recursion accumulation optimization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Feb 2005 18:17:32 -0000
- Subject: [Bug tree-optimization/19939] -finline-functions inhibits tail recursion accumulation optimization
- References: <20050213181433.19939.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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