[Bug rtl-optimization/89487] [8/9 Regression] ICE in expand_expr_addr_expr_1, at expr.c:7993
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 26 09:07:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89487
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looks like may_be_nonaddressable_p misses a VAR_DECL case checking for hard
registers and the code in loop-distribution should use that helper to fend
off generating invalid addresses.
More information about the Gcc-bugs
mailing list