Heads up, re a nasty GCC bug, apparently ignored for a long time?
http://www.avrfreaks.net/index.php?name ... 554#939554
a | ( b << 8 )
is not uncommon
GCC bug that would affect generic?
Re: GCC bug that would affect generic?
According to the gcc bugzilla entry the problem is present in gcc versions 4.4.0-4.4.5. The version of avr-gcc packaged with the ZBasic compiler is 4.3.3 (WinAVR-20100110). Nonetheless, it will be well to keep this in mind for future releases.stevech wrote:Heads up, re a nasty GCC bug, apparently ignored for a long time?
- Don Kinzer
It is fairly likely, I think. Atmel is required to make available any patches that they make to gcc. Further, there are several people outside of Atmel that have expertise in different areas of avr-gcc.stevech wrote:do you think GCC will be adequately sustained now that they cut off the paid support for Studio 4/WinAVR?
- Don Kinzer