Cory Cross <crcr...@mtu.edu> wrote: > If this is not my fault, I will try and come up with the simplist > program demonstrating the problem.
Yes, please do: .. make that snippet a fully compilable source file .. add a main() .. show all the commands used to compile and link it The latter is important as the stack is setup before main(), so just compiling your code snippet doesn't yield anything interesting as there is no stack pointer assignment in there. (Actually, there's not even a stack pointer modification at all as your clobberer[] is discarded by the optimizer entirely.) -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list