|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] Bug in avr-gcc |
Date: | Sun, 13 Feb 2005 10:41:16 -0700 |
User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
Martin Bammer wrote:
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?
You don't provide enough information. 1. You don't explain how it doesn't work. 2. You don't provide how xyz and crc are defined. 3. You don't provide your version of the tools: binutils, gcc, avr-libcand you didn't say whether you checked the gcc bug database to see if something like this has been reported before.
Eric
[Prev in Thread] | Current Thread | [Next in Thread] |