[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2012-09-24 Thread drow at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14202 Daniel Jacobowitz drow at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-10-26 Thread ramana at gcc dot gnu dot org
--- Comment #14 from ramana at gcc dot gnu dot org 2009-10-26 11:37 --- Unassigning self. No longer working on this. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-04-17 Thread ramana at gcc dot gnu dot org
--- Comment #13 from ramana at gcc dot gnu dot org 2009-04-17 11:07 --- Created an attachment (id=17650) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17650action=view) Patch being tested Here is a rather hackish patch that I'm testing. It looks correct so far with the case of

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-04-09 Thread ramana at gcc dot gnu dot org
--- Comment #12 from ramana at gcc dot gnu dot org 2009-04-09 11:31 --- For the record here's some more info on the problem. One part of the problem is as described in comment #1 about labels having the right bit and the correct instruction being generated which I've achieved by a

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-04-03 Thread ramana at gcc dot gnu dot org
--- Comment #11 from ramana at gcc dot gnu dot org 2009-04-03 23:26 --- Taking this up. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-01-05 Thread rearnsha at gcc dot gnu dot org
--- Comment #9 from rearnsha at gcc dot gnu dot org 2009-01-05 17:52 --- (In reply to comment #8) Seems to work on 4.3.2-1 Debian gnueabi You didn't compile your testcase with -mthumb. Also, that system should be using unwinding tables for exceptions, rather than builtin_setjmp and

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-01-05 Thread drow at gcc dot gnu dot org
--- Comment #10 from drow at gcc dot gnu dot org 2009-01-05 18:34 --- Right. You would need an arm-elf (not arm-eabi) or arm-linux (not arm-linux-gnueabi) toolchain to test this. Those are slowly becoming obsolete... -- drow at gcc dot gnu dot org changed: What

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2009-01-02 Thread laurent at guerby dot net
--- Comment #8 from laurent at guerby dot net 2009-01-02 12:25 --- Seems to work on 4.3.2-1 Debian gnueabi gue...@gcc50:~$ g++ pr14202.c gue...@gcc50:~$ ./a.out gue...@gcc50:~$ echo $? 0 Do you confirm? Ada exceptions are not working on this target (neither sjlj nor unwind) but this

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:31 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2004-10-11 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-10-11 10:57 --- Daniel, Richard, is still bug still actual? Can we move this to confirmed status if you agree on the bug? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14202