[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-19 17:28 --- Subject: Bug 22099 Author: pinskia Date: Thu Jan 19 17:28:53 2006 New Revision: 109974 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109974 Log: 2006-01-19 Andrew Pinski [EMAIL PROTECTED] PR

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-01-19 17:29 --- Fixed in 4.2.0 and above. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-12 16:12 --- It is not fully fixed: FAIL: gcc.c-torture/compile/20011029-1.c -O0 (test for excess errors) Excess errors: /var/tmp//cc4yx2Rb.s:23:non-relocatable subtraction expression, L4 minus L001$pb

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-12 16:13 --- FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O0 UNRESOLVED: gcc.c-torture/execute/builtins/memcpy-chk.c execution, -O0 Executing on host: /Volumes/HD/ltmp/ssen/gcc-build/gcc/xgcc

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-12 16:14 --- FAIL: gcc.c-torture/execute/built-in-setjmp.c compilation, -O0 UNRESOLVED: gcc.c-torture/execute/built-in-setjmp.c execution, -O0 Executing on host: /Volumes/HD/ltmp/ssen/gcc-build/gcc/xgcc

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-12 23:53 --- Ok, I think I will be able to fix this fully, working on it for now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-13 01:36 --- Created an attachment (id=10635) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10635action=view) patch which needs testing but works for simple testing ChangeLog: * i386.md (builtin_setjmp_receiver): Don't

[Bug target/22099] builtin_setjmp gives duplicate labels

2006-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-13 04:29 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-01/msg00685.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22099] builtin_setjmp gives duplicate labels

2005-12-02 Thread gcc at microbizz dot nl
--- Comment #3 from gcc at microbizz dot nl 2005-12-02 13:59 --- The bug is solved by recently proposed Darwin x86 fixes http://gcc.gnu.org/ml/gcc-patches/2005-11/msg02158.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22099

[Bug target/22099] builtin_setjmp gives duplicate labels

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 03:46 --- Confirmed, good to know I did not cause this when I changed the how the PIC label is done on darwin. What needs to be done is something like what is done for ppc-darwin. -- What|Removed

[Bug target/22099] builtin_setjmp gives duplicate labels

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 03:48 --- This most likely also breaks Ada also until the default exception handling is changed to dwarf-2. Note you might get better response if you file this with Apple. -- What|Removed