[Bug middle-end/90139] ICE in emit_block_move_hints, at expr.c:1601

2019-04-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90139 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/90139] ICE in emit_block_move_hints, at expr.c:1601

2019-04-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90139 --- Comment #1 from Jakub Jelinek --- I'd say this is a tree-outof-ssa.c bug, in elim_create it calls get_temp_reg on a SSA_NAME which has VECTOR_TYPE with one SFmode element, and as SPARC backend doesn't have V1SFmode, it has BLKmode. Creating