https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Georg-Johann Lay <[email protected]>: https://gcc.gnu.org/g:bba27015f2815a8fa6fae46a29a70644e868341c commit r15-5410-gbba27015f2815a8fa6fae46a29a70644e868341c 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).
