This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11222] arm/thumb __Unwind_SjLj_Register prologue optimization causes crash on interrupts
- From: "mrbolha at ukonline dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2003 01:35:59 -0000
- Subject: [Bug optimization/11222] arm/thumb __Unwind_SjLj_Register prologue optimization causes crash on interrupts
- References: <20030617150833.11222.mrbolha@ukonline.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11222
------- Additional Comments From mrbolha at ukonline dot co dot uk 2003-07-12 01:35 -------
I've just verified that the bug is still in gcc-3.3
The comand line I used to compile was:
arm-elf-gcc -S -mthumb teste.cpp -o teste.S -fexceptions -O2 -v -save-temps