https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Georg-Johann Lay <[email protected]>: https://gcc.gnu.org/g:3c15b26d5f072cd083d469df976cf6adf3e68fb3 commit r13-9198-g3c15b26d5f072cd083d469df976cf6adf3e68fb3 Author: Georg-Johann Lay <[email protected]> Date: Mon Nov 18 18:12:38 2024 +0100 AVR: target/117659 - Fix wrong code for u24 << 16. gcc/ PR target/117659 * config/avr/avr.cc (avr_out_ashlpsi3) [case 16]: Use %A1 as input (instead of bogus %A0). (cherry picked from commit bba27015f2815a8fa6fae46a29a70644e868341c)
