avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regress


From: Bob Paddock
Subject: Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?
Date: Tue, 20 Feb 2007 19:26:22 -0500
User-agent: KMail/1.9.5

I wrote a lengthy reply from work this morning, but it 
has never shown up on the list.

> When the code is re-written to actually say what you mean, do you still 
> get a difference?

Saying:

a_volatile = b_volatile = c;

produced exactly the same object code as:

b_volatile = c;  a_volatile = b_volatile;

Problem remained the same, compiled with 3.4.5
the code works, with 4.1.1 it did not.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]