This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions
- 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: 8 Mar 2004 01:31:38 -0000
- Subject: [Bug optimization/14472] New: [tree-ssa] [regression] no sib calling for enum to int functions
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
enum t
{
GS_OK,
GS_DONE
};
enum t f();
int g()
{
return f();
}
--
Summary: [tree-ssa] [regression] no sib calling for enum to int
functions
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: pessimizes-code
Severity: minor
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
OtherBugsDependingO 12454
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14472