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/14441] [tree-ssa] missed sib calling when types change


------- 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


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