Bug 15109 - [tree-ssa] [regression] missed sibcalling when signness changes
Summary: [tree-ssa] [regression] missed sibcalling when signness changes
Status: RESOLVED DUPLICATE of bug 14441
Alias: None
Product: gcc
Classification: Unclassified
Component: rtl-optimization (show other bugs)
Version: tree-ssa
: P2 minor
Target Milestone: tree-ssa
Assignee: Not yet assigned to anyone
URL:
Keywords: missed-optimization
Depends on: 14441 15108
Blocks:
  Show dependency treegraph
 
Reported: 2004-04-23 22:48 UTC by Andrew Pinski
Modified: 2004-05-07 01:23 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work: 3.4.0
Known to fail: tree-ssa
Last reconfirmed: 2004-04-23 22:52:24


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***