[Bug target/39585] GCC Generates Incorrect Stack Instructins for Interrupts When using -Os
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39585 --- Comment #3 from Petteri Aimonen 2011-04-04 13:46:13 UTC --- A workaround for this bug: #define __irq__ __attribute__((interrupt("IRQ"), optimize("O2")))
[Bug target/39585] GCC Generates Incorrect Stack Instructins for Interrupts When using -Os
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39585 Petteri Aimonen changed: What|Removed |Added CC||jpa at gcc dot