[Bug target/64387] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -ffloat-store -mavx512er

2016-04-04 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64387 Kirill Yukhin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/64387] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -ffloat-store -mavx512er

2015-02-17 Thread tocarip at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64387 --- Comment #5 from tocarip at gcc dot gnu.org --- Author: tocarip Date: Tue Feb 17 11:41:55 2015 New Revision: 220756 URL: https://gcc.gnu.org/viewcvs?rev=220756root=gccview=rev Log: Backported from mainline 2015-01-14 Ilya Tocar

[Bug target/64387] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -ffloat-store -mavx512er

2015-02-17 Thread tocarip at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64387 --- Comment #4 from tocarip at gcc dot gnu.org --- Author: tocarip Date: Tue Feb 17 10:35:12 2015 New Revision: 220755 URL: https://gcc.gnu.org/viewcvs?rev=220755root=gccview=rev Log: Backported from mainline 2015-01-14 Ilya Tocar

[Bug target/64387] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -ffloat-store -mavx512er

2015-01-14 Thread tocarip at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64387 --- Comment #3 from tocarip at gcc dot gnu.org --- Author: tocarip Date: Wed Jan 14 13:45:49 2015 New Revision: 219598 URL: https://gcc.gnu.org/viewcvs?rev=219598root=gccview=rev Log: PR target/64387 gcc/ * config/i386/sse.md

[Bug target/64387] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -ffloat-store -mavx512er

2014-12-29 Thread tocarip.intel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64387 tocarip.intel at gmail dot com changed: What|Removed |Added CC||tocarip.intel at gmail

[Bug target/64387] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -ffloat-store -mavx512er

2014-12-29 Thread tocarip.intel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64387 --- Comment #2 from tocarip.intel at gmail dot com --- Can also be reproduced with -mavx2 instead of -mavx512er. Proposed patch fixes both cases. Testing in progress.