https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97532
--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>: https://gcc.gnu.org/g:db8b3e148d5cc5358cd48886e5334bd50d2d3317 commit r11-4703-gdb8b3e148d5cc5358cd48886e5334bd50d2d3317 Author: liuhongt <hongtao....@intel.com> Date: Mon Oct 26 20:45:23 2020 +0800 Fix invalid address for special_memory_constraint. gcc/ChangeLog PR target/97532 * lra-constraints.c (valid_address_p): Handle operand of special memory constraint. (process_address_1): Ditto.