Hide Forgot
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:
That PR should be fixed in gcc-6.0.0-0.10.fc24.
It is fixed. Thank you!