https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91816
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Stam Markianos-Wright <stamm...@gcc.gnu.org>: https://gcc.gnu.org/g:bc771e6c3a2b1fe74328639a00531fc0c3923e43 commit r11-5332-gbc771e6c3a2b1fe74328639a00531fc0c3923e43 Author: Stam Markianos-Wright <stam.markianos-wri...@arm.com> Date: Wed Nov 25 12:50:06 2020 +0000 arm: Add test that was missing from old commit [PR91816] A while back I submitted GCC10 commit: 44f77a6dea2f312ee1743f3dde465c1b8453ee13 for PR91816. Turns out I was an idiot and forgot to include the test in the actual git commit. Tested that the test still passes on a cross arm-none-eabi and also in a Cortex A-15 bootstrap with no regressions. gcc/testsuite/ChangeLog: PR target/91816 * gcc.target/arm/pr91816.c: New test.