|
From: | Martin Bammer |
Subject: | [avr-gcc-list] Bug in avr-gcc |
Date: | Sun, 13 Feb 2005 18:43:10 +0100 |
User-agent: | KMail/1.7.2 |
Hi! The actual (debian package) avr-gcc has a bug. The following code works: crc=-crc; if (xyz != crc) execute_something(); The following code doesn't work: if (xyz != -crc) execute_something(); Is this a known bug? Cheers, Martin
[Prev in Thread] | Current Thread | [Next in Thread] |