| Summary: | enable -fomit-frame-pointer or at least -momit-frame-pointer by default on x86/dwarf2 platforms | ||
|---|---|---|---|
| Product: | gcc | Reporter: | Dan Nicolaescu <dann> |
| Component: | target | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | gcc-bugs, solar-gcc, Thomas.Koenig, tkho |
| Priority: | P2 | Keywords: | missed-optimization |
| Version: | 4.0.0 | ||
| Target Milestone: | --- | ||
| Host: | Target: | i?86-*-* with DWARF-2 support | |
| Build: | Known to work: | ||
| Known to fail: | Last reconfirmed: | 2009-04-22 21:58:36 | |
|
Description
Dan Nicolaescu
2004-01-22 23:37:43 UTC
-mfpmath=sse should be only done for systems which support sse. Confirmed, this is a target problem and it only happens on i?86 and x86_64, this also needs variable tracking (I forgot the PR number for that one). Most recent talk: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01958.html *** Bug 20545 has been marked as a duplicate of this bug. *** *** Bug 23414 has been marked as a duplicate of this bug. *** Shouldn't this bug be closed now, with GCC 4.6's change of default for -fomit-frame-pointer? Done in gcc-4.6 |