https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97701
--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Vladimir Makarov <vmaka...@gcc.gnu.org>: https://gcc.gnu.org/g:2211aab8e3832356d066915dfb1e081ac94de7e9 commit r10-9346-g2211aab8e3832356d066915dfb1e081ac94de7e9 Author: Vladimir N. Makarov <vmaka...@redhat.com> Date: Thu Feb 4 15:57:55 2021 -0500 [PR97701] LRA: Don't narrow class only for REG or MEM. A version modified for gcc-10. This is modified version of the patch committed for the trunk. The modification for gcc-10 includes lra-constraint.c code and the test. gcc/ChangeLog: PR target/97701 * lra-constraints.c (in_class_p): Don't narrow class only for REG or MEM. gcc/testsuite/ChangeLog: PR target/97701 * gcc.target/aarch64/pr97701.c: New.