GCC bug that would affect generic?

Discussion of issues related to writing ZBasic applications for targets other than ZX devices, i.e. generic targets.
Post Reply
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

GCC bug that would affect generic?

Post by stevech »

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
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: GCC bug that would affect generic?

Post by dkinzer »

stevech wrote:Heads up, re a nasty GCC bug, apparently ignored for a long time?
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.
- Don Kinzer
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Post by stevech »

do you think GCC will be adequately sustained now that they cut off the paid support for Studio 4/WinAVR?

Studio 5/6 of course use GCC but I wonder who is and will for the long run keep GCC bug free for AVR?
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

stevech wrote:do you think GCC will be adequately sustained now that they cut off the paid support for Studio 4/WinAVR?
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.
- Don Kinzer
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Post by stevech »

The long time WinAVR sustainer (with Atmel funding I think) was Eric Weddington).

A few months ago, I read that Atmel stopped funding him.

I suppose you are close to all of this, having a vested interest!
Post Reply