]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: ad target/84211 - Fix a build failure on some hosts.
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 19 Nov 2024 13:53:10 +0000 (14:53 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Tue, 19 Nov 2024 14:18:22 +0000 (15:18 +0100)
commita4842917dcb8e6524ddf2574e5a0dc869fda1885
treebcedfe9e890cc9d27c713e733017f3834016f4aa
parent234da38a0e68a204a59562fcca2aa6d297bc21ed
AVR: ad target/84211 - Fix a build failure on some hosts.

This fixes a build failure on hosts where HARD_REG_SET is not a scalar.
The issue was introduced with the patch for PR84211 in r15-5415.
PR target/84211
gcc/
* config/avr/avr-passes.cc (memento_t::apply_insn1): Don't
use operator &= on memento_t.known but on memento_t itself.
gcc/config/avr/avr-passes.cc