[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 --- Comment #17 from Jakub Jelinek --- Author: jakub Date: Wed Feb 15 07:02:15 2017 New Revision: 245467 URL: https://gcc.gnu.org/viewcvs?rev=245467&root=gcc&view=rev Log: Backported from mainline 2017-02-02 Jakub Jelinek

[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-02 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 --- Comment #16 from Bill Schmidt --- (In reply to Jakub Jelinek from comment #15) > I see SIGILL on >0x3fffb7e722e8 : xscvuxdsp vs32,vs33 > => 0x3fffb7e722ec : stxssp v0,0(r31) >0x3fffb7e722f0 : add r31,r31,r27 > T

[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 --- Comment #15 from Jakub Jelinek --- I see SIGILL on 0x3fffb7e722e8 : xscvuxdsp vs32,vs33 => 0x3fffb7e722ec : stxssp v0,0(r31) 0x3fffb7e722f0 : add r31,r31,r27 This is in libhdf5 compiled with -mcpu=power8, I

[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-02 Thread tom at compton dot nu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 Tom Hughes changed: What|Removed |Added CC||tom at compton dot nu --- Comment #14 from

[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 --- Comment #13 from Jakub Jelinek --- (In reply to Orion Poplawski from comment #10) > With gcc-7.0.1-0.4.fc26, we no longer get ICEs, but hdf5, openblas fail > their tests on ppc64le, and python2/numpy appears to segfault in tests. So > someth

[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 Jakub Jelinek changed: What|Removed |Added Summary|[5/6/7 Regression] ICE in |[5/6 Regression] ICE in