This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14441] [tree-ssa] missed sib calling when types change
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2004 18:37:03 -0000
- Subject: [Bug tree-optimization/14441] [tree-ssa] missed sib calling when types change
- References: <20040305062242.14441.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-05-14 18:37 -------
This bug is independent of 14472. this case involves changing
return machine modes, which is something we never had, and
which is hard to do on trees. 14472 is about returns in the
same machine mode, and that's a regression. which is fixed now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14441