[Bug target/39585] GCC Generates Incorrect Stack Instructins for Interrupts When using -Os

2011-04-04 Thread jpa at gcc dot mail.kapsi.fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39585 --- Comment #3 from Petteri Aimonen jpa at gcc dot mail.kapsi.fi 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

2011-04-03 Thread jpa at gcc dot mail.kapsi.fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39585 Petteri Aimonen jpa at gcc dot mail.kapsi.fi changed: What|Removed |Added CC||jpa at gcc