[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2010-10-18 Thread tilo at pruetz dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255 --- Comment #13 from Tilo Prütz 2010-10-18 08:21:31 UTC --- Thank you very much!

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2010-10-17 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255 Nicola Pero changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2010-10-17 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255 --- Comment #11 from Nicola Pero 2010-10-17 10:11:25 UTC --- Author: nicola Date: Sun Oct 17 10:11:23 2010 New Revision: 165579 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165579 Log: In gcc/testsuite/: 2010-10-17 Nicola Pero

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2006-01-17 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-17 16:53 --- I have no time to update the patch right now, I might try to get to next week but I am going to unassign it for now. -- pinskia at gcc dot gnu dot org changed: What|Removed |

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2005-10-04 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-10-04 19:29 --- I will try to update the patch tomorrow and submit it again for 4.1. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2005-10-01 Thread tilo at pruetz dot net
--- Additional Comments From tilo at pruetz dot net 2005-10-01 09:01 --- Is there any hope that this bug will be fixed in a GCC release? It really sucks to have to patch every new installed release. What can I do to make the fix do it's way into a GCC release? -- http://gcc.gnu.org

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-03 13:50 --- *** Bug 23214 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-12 04:33 --- Most likely not as I think it was broke with 2.95.3 also (but I have to check). I also need to update the patch for the comments. -- What|Removed |Added --

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-11-22 Thread tilo at pruetz dot net
--- Additional Comments From tilo at pruetz dot net 2004-11-22 17:36 --- Will this get fixed in the 3.4 branch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-10-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|NEW

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-31 22:47 --- Patch here: . I don't know if it applies to the 3.4 branch at all. And don't know if this is a regression (I will check tomorrow). --

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-31 19:26 --- The bug is in objc_build_protocol_expr, I will figure out how to fix this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-31 19:10 --- L_OBJC_PROTOCOL_a should be added to L_OBJC_STATIC_INSTANCES. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18255

[Bug objc/18255] [GNU runtime] Protocols are not initialized correctly

2004-10-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-31 19:06 --- Confirmed, the problem is in the front-end, not marking the protocol a for being initialization. Note this only effects the GNU runtime. -- What|Removed |Added