Bug 1305319

Summary: ICE while building polymake
Product: [Fedora] Fedora Reporter: Jerry James <loganjerry>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:
Embargoed:
Attachments:
Description Flags
Compressed preprocessed file none

Description Jerry James 2016-02-07 04:56:48 UTC
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:

Comment 1 Jakub Jelinek 2016-02-08 13:26:17 UTC
That PR should be fixed in gcc-6.0.0-0.10.fc24.

Comment 2 Jerry James 2016-02-19 22:27:11 UTC
It is fixed.  Thank you!