Bug 1506809
Summary: | ICE when compiling matplotlib | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Boeckel <fedora> | ||||||
Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 26 | CC: | aoliva, davejohansen, fedora, fweimer, jakub, jwakely, law, mpolacek | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | gcc-7.3.1-2.fc26 gcc-7.3.1-2.fc27 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2018-02-06 10:50:59 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
Ben Boeckel
2017-10-26 19:57:12 UTC
Oops, hit enter too soon, sorry. Description of problem: ICE when compiling matplotlib's png module. Version-Release number of selected component (if applicable): gcc-7.2.1-2.fc26.x86_64 Created attachment 1343960 [details]
Log output by GCC
The log file you've provided looks weird to me and it doesn't demonstrate the ICE; I get: error: stray ‘#’ in program error: stray ‘\’ in program and similar. Can you provide the preprocessed file stored in /tmp/cc*.out? Created attachment 1364449 [details]
Fixed GCC log file
That was the .out file mentioned in the header comment. It looks like GCC dumped error/warning output in the middle of the code. I'm uploading a fixed version.
Thanks. This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82264 which has been fixed on trunk and in gcc-7, so it will be fixed in the next Fedora gcc release (before Christmas). gcc-7.3.1-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-75d88970d0 gcc-7.3.1-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-aa879be08e gcc-7.3.1-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-aa879be08e gcc-7.3.1-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-75d88970d0 gcc-7.3.1-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. gcc-7.3.1-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |