This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14441] New: [tree-ssa] missed sib calling when types change
- 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: 5 Mar 2004 06:22:42 -0000
- Subject: [Bug optimization/14441] New: [tree-ssa] missed sib calling when types change
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Sib calling can happen on some targets (like the PPC) when the types are always
sign_extended when they are returned like from short to int.
short t();
int f()
{
return t();
}
--
Summary: [tree-ssa] missed sib calling when types change
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: pessimizes-code
Severity: normal
Priority: P2
Component: optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14441