Bug 1489712
Summary: | internal compiler error: in rs6000_secondary_reload_fail, at config/rs6000/rs6000.c:16984 | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Mihai Moldovan <ionic> | ||||
Component: | gcc | Assignee: | Marek Polacek <mpolacek> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Michael Petlan <mpetlan> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 7.4 | CC: | jakub, ohudlick, orion | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | ppc64le | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-11-28 16:15:50 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
Mihai Moldovan
2017-09-08 08:02:56 UTC
Changing target, since also reproducible on CentOS 7.4.1708. I think I may be hitting this as well with nx-libs: rs6000_secondary_reload_inner:17241, type = load (parallel [ (set (reg:SF 33 1) (mem/u/c:SF (unspec:DI [ (symbol_ref/u:DI ("*.LC17") [flags 0x2]) (reg:DI 30 30) ] UNSPEC_TOCREL) [1 S4 A32])) (clobber (reg:DI 3 3)) ]) s_aatriangle.c: In function 'spec_tex_aa_tri': s_aatriangle.c:429:1: internal compiler error: in rs6000_secondary_reload_fail, at config/rs6000/rs6000.c:17032 } ^ https://koji.fedoraproject.org/koji/taskinfo?taskID=23024133 Hardly surprising, since I experienced this while building... nx-libs. :) Orion, in case you're preparing packages following the 3.5.0.33 release from a few days ago, you can work around the issue by adding -mno-vsx to the C(XX)FLAGS like in https://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=nx-libs.spec;h=df2d5a52d66677d1efc4c5c710e557448593e68c;hb=HEAD#l3 Make sure to also adapt the building process, since we're now passing compiler flags down correctly, see: https://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=nx-libs.spec;h=df2d5a52d66677d1efc4c5c710e557448593e68c;hb=HEAD#l764 (especially important if you apply hardening flags - these were mostly ignored before.) Previous versions won't correctly pass down compiler flags. Unfortunately, a backportable fix isn't available at this moment. A workaround is to either use -mno-vsx or -mminimal-toc for the TU in question. I don't think we will have a fix for 7.6, so I'm closing this, sorry. |