Re: [avr-gcc-list] [bug] cbi optimization error for 8-bit AVRs
On 08/11/14 01:32, Szikra István wrote: Hi everyone! My problem in sort: I’m getting inr24, 0x18 ldir25, 0x00 andir24, 0xEF out0x18, r24 instead of cbi0x18, 4 . I’m trying to write efficient modern C/C++ code for multiple platforms including AVR 8 bi
Re: [avr-gcc-list] [bug] cbi optimization error for 8-bit AVRs
On 2014.11.08. 13:48, David Brown wrote: On 08/11/14 01:32, Szikra István wrote: Hi everyone! My problem in sort: I’m getting inr24, 0x18 ldir25, 0x00 andir24, 0xEF out0x18, r24 instead of cbi0x18, 4 . I’m trying to write efficient modern C/C++ code