]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: Partially revert r15-3623.
authorGeorg-Johann Lay <avr@gjlay.de>
Sun, 15 Sep 2024 18:37:48 +0000 (20:37 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Mon, 16 Sep 2024 07:20:55 +0000 (09:20 +0200)
commit9f8e18213cbcfbadce56f7f531bd61fe4c7eab11
tree5e4781b115e6aa29ea0f2a6bd5d000258146c5a1
parent719edcba4d177918b189f27c272f80cd6da7cbc9
AVR: Partially revert r15-3623.

ADIW doesn't mix with CPC / SBIC because it's not only about
propagating the Z flag but also about carry.

gcc/
* config/avr/avr.cc (avr_out_compare): Don't mix ADIW with SBCI / CPC.
gcc/config/avr/avr.cc