This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14135] No sibcalling for some obvious places (happens in java's front-end)
- 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: 29 Feb 2004 06:40:47 -0000
- Subject: [Bug optimization/14135] No sibcalling for some obvious places (happens in java's front-end)
- References: <20040213044237.14135.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-29 06:40 -------
The main issue is that the two returns are not merged at the tree level.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14135