Bug 565925
| Summary: | gcc crashes when compiling c++ code | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Valentin Palade <viprog> | ||||
| Component: | gcc4 | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-02-17 12:38:11 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: | |||||||
| Attachments: |
|
||||||
It only happens when optimizing with either -O2 or -O3, with -O1 compiles just fine. *** This bug has been marked as a duplicate of bug 565466 *** |
Created attachment 394599 [details] preprocessed source Description of problem: gcc crashes when compiling c++ code Version-Release number of selected component (if applicable): gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC) previous version worked ok How reproducible: every time Steps to Reproduce: attached the preprocessed source Actual results: Expected results: Additional info: