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

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

Re: [avr-gcc-list] float type


From: Lars Noschinski
Subject: Re: [avr-gcc-list] float type
Date: Tue, 3 Apr 2007 09:03:07 +0200
User-agent: mutt-ng/devel-r804 (Linux)

* andi <address@hidden> [07-04-03 08:51]:
I want to use float type in my code, but after i compile it, the avr-gcc not 
the generate code for the variable:

....
float x = 1.23;
x = x*2;
sei();
....

Do you use this variable later on? If not, gcc might just optimize it
away.




reply via email to

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