There have been compiler bugs in the past, but as far as I recall they've all been on msp430-gcc.

The avr-gcc bug database is here:

  http://www.nongnu.org/avr-libc/bugs.html

The majority of known bugs are missed optimizations and compiler crashes; incorrect code generation is relatively uncommon.

My guess is that Jose is not seeing a compiler bug but you never know. As Phil says, you'll need to closely inspect the app.c as well as the generated assembly.

John
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to