| Summary: | [ICE/4.9/5] sys-devel/gcc-4.9: building dev-lang/spidermonkey-1.8.5 on ppc64: jsxml.cpp:3843:1: internal compiler error: in rs6000_builtin_vectorization_cost, at config/rs6000/rs6000.c:4350 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jakob Juhnke <jakob-andreas> |
| Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jakob-andreas, mozilla, ppc64, tsmksubc |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | PPC64 | ||
| OS: | Linux | ||
| URL: | https://gcc.gnu.org/PR69264 | ||
| See Also: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69264 | ||
| Whiteboard: | masked in 17.0 profiles | ||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 638030 | ||
| Bug Blocks: | |||
| Attachments: |
output of emerge =spidermonkey-1.8.5-r4
reduced testcase |
||
|
Description
Jakob Juhnke
2016-01-10 14:16:25 UTC
Created attachment 422816 [details] reduced testcase $ powerpc64-unknown-linux-gnu-g++-4.9.3 -O3 -maltivec -c jsxml.ii jsxml.ii: In function ‘void xml_defineProperty(JSContext*, int, const Value*)’: jsxml.ii:74:6: internal compiler error: in rs6000_builtin_vectorization_cost, at config/rs6000/rs6000.c:4350 void xml_defineProperty(JSContext *cx, int id, const Value *v) ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.gentoo.org/> for instructions. the build only fails w/-O3. using -O2 works fine. problem is that spidermoneky forces -O3 regardless of your compiler settings :). opened bug 571762 to track that issue. reported moved upstream (In reply to SpanKY from comment #2) > the build only fails w/-O3. using -O2 works fine. problem is that > spidermoneky forces -O3 regardless of your compiler settings :). opened bug > 571762 to track that issue. The updated ebuild fixing bug 571762 works fine for me! Thank you! Upstream bug: Known to work: 4.8.5, 6.3.1, 7.0 Known to fail: 4.9.3, 5.3.0, 6.3.0 Fixed in gcc-6.4 according to upstream report. |