"Andi" <[EMAIL PROTECTED]> wrote: > So, it look like the compiler didn't > compile the code.
The compiler will only omit your code if it's known at compile-time that it cannot be reached at all. Compilers are stupid, but they are following a set of well-established rules called the C standard. They simply do what you are telling them to do. -- 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 [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
