[Bug target/98998] [11 Regression] ICE in change_address_1, at emit-rtl.c:2275 since r11-3427

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 11 11:30:09 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98998

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
As this is a post-reload splitter, I guess one can't call
arm_legitimize_address on the force_const_mem's address because that would
create pseudos (and it doesn't seem to do anything with SYMBOL_REFs anyway).
Dunno if just forcing the address into operands[2] register would do the job.
Richard?


More information about the Gcc-bugs mailing list