https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99581
--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Vladimir Makarov <vmaka...@gcc.gnu.org>: https://gcc.gnu.org/g:be70bb5e4babdf9d3d33e8f4658452038407fa8e commit r11-7807-gbe70bb5e4babdf9d3d33e8f4658452038407fa8e Author: Vladimir N. Makarov <vmaka...@redhat.com> Date: Tue Mar 23 17:51:21 2021 -0400 [PR99581] Use relaxed memory for more aarch64 memory constraints The original patch for PR99581 resulted in GCC testsuite regression as some constraints were not declared as relaxed memory ones. This patch fixes this. gcc/ChangeLog: PR target/99581 * config/aarch64/constraints.md (Utq, UOb, UOh, UOw, UOd, UOty): Use define_relaxed_memory_constraint for them.