| Summary: | ICE while building polymake | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry James <loganjerry> | ||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | davejohansen, jakub, jwakely, law, mpolacek | ||||
| 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: | 2016-02-19 22:27:11 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
That PR should be fixed in gcc-6.0.0-0.10.fc24. It is fixed. Thank you! |
Created attachment 1121831 [details] Compressed preprocessed file Description of problem: The polymake package failed the mass rebuild. Inspecting the build log revealed that polymake is not ready for C++14 yet, so I added -std=gnu++98 to the build flags and tried a mock build. GCC stopped with an internal compiler error. Version-Release number of selected component (if applicable): gcc-6.0.0-0.9.fc24.x86_64 How reproducible: Only tried once. Steps to Reproduce: 1. Compile the attached preprocessed file 2. 3. Actual results: Internal compiler error. Expected results: Successful compilation. Additional info: