Bug 15109

Summary: [tree-ssa] [regression] missed sibcalling when signness changes
Product: gcc Reporter: Andrew Pinski <pinskia>
Component: rtl-optimizationAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: minor CC: gcc-bugs
Priority: P2 Keywords: missed-optimization
Version: tree-ssa   
Target Milestone: tree-ssa   
Host: Target:
Build: Known to work: 3.4.0
Known to fail: tree-ssa Last reconfirmed: 2004-04-23 22:52:24
Bug Depends on: 14441, 15108    
Bug Blocks:    

Description Andrew Pinski 2004-04-23 22:48:17 UTC
int t();
unsigned long f()
{
  return t();
}
Comment 1 Andrew Pinski 2004-04-23 22:52:24 UTC
This is related to bug 14440 and 15108 which is because they are the same size (_Bool 
is the same size as int on powerpc-apple-darwin).
Comment 2 Andrew Pinski 2004-05-07 01:23:58 UTC
This is a dup of bug 14441.

*** This bug has been marked as a duplicate of 14441 ***