[avr-gcc-list] USART problem on m88

2017-01-16 Thread georg chambert
Hi, I have been struggling with a strange problem with uart; I have a small program that worked well (and derivates of) on my atmega8, however, wanted to gear-up to a atmega88 (for sleep mode among other). Now after having catered to some (unecessary incompatibility) issues, changing names,

[avr-gcc-list] possible optimize bugg

2018-01-15 Thread georg chambert
Hi, I have been doing a bit uggly/lazy thing, which I think the optimiztion guys thought was stupid enough to do something to, however I think they messed up; // ON msg_on[0] = 0b10001000; // address msg_on[1] = 0b; // PWZS Tmmm : (?) mmm = cool msg_on[2] = 0b1100; // , ;

Re: [avr-gcc-list] possible optimize bugg

2018-01-16 Thread georg chambert
nts are lumped together. - Original Message - From: "Erik Christiansen" To: Sent: Tuesday, January 16, 2018 4:59 AM Subject: Re: [avr-gcc-list] possible optimize bugg Reply-To: avr-gcc-list@nongnu.org On 16.01.18 01:17, georg chambert wrote: msg_on[0] = 0b10001000; // address