]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: target/117659 - Fix wrong code for u24 << 16.
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 18 Nov 2024 17:12:38 +0000 (18:12 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Mon, 18 Nov 2024 17:16:35 +0000 (18:16 +0100)
commitbba27015f2815a8fa6fae46a29a70644e868341c
treea85a07d13668683501fd53b67f476fbd32f9ccf2
parent1100c0576b0c6f78ede0d3fecfc6c6e8148f954f
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).
gcc/config/avr/avr.cc