Bug 539923
| Summary: | gcc -O256 causes "internal compiler error: in cl_optimization_save, at options.c:5594" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yuta Kitamura <kee> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | jakub |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-12-03 08:39:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Yuta Kitamura
2009-11-21 16:25:00 UTC
Why are you doing it, when only -O{,0,1,2,3,s} mean anything?
(In reply to comment #1) > Why are you doing it, when only -O{,0,1,2,3,s} mean anything? My friend found this only by chance. There was no specific intention. At least, GCC shouldn't cause the internal error in this case. GCC should accept (or reject) it gracefully. Fixed in gcc-4.4.2-12.fc12. |