[Bug libobjc/22606] Exceptions cannot be thrown from -forward::

2005-07-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-26 14:28 --- Fixed, added your testcase also. Also I noticed that your testcase fails with the next runtime, oh well. Not my bug. -- What|Removed |Added ---

[Bug libobjc/22606] Exceptions cannot be thrown from -forward::

2005-07-26 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-26 14:27 --- Subject: Bug 22606 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-26 14:27:33 Modified files: gcc/testsuite : ChangeLog libobjc: C

[Bug libobjc/22606] Exceptions cannot be thrown from -forward::

2005-07-22 Thread creep at desk dot pl
--- Additional Comments From creep at desk dot pl 2005-07-22 22:07 --- Yes! I recompiled libobjc adding -fexceptions to CFLAGS. Now it works. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22606

[Bug libobjc/22606] Exceptions cannot be thrown from -forward::

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 16:51 --- Confirmed, I think the problem is that libobjc is not compiled with -fexceptions to get the unwinding info, I will fix that. -- What|Removed |Added