[Bug libobjc/51891] New: class_copyIvarList crashes on empty ivars

2012-01-18 Thread tilo at pruetz dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891 Bug #: 51891 Summary: class_copyIvarList crashes on empty ivars Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: blocker

[Bug libobjc/51892] New: +initialize is not being called when calling class method via new runtime

2012-01-18 Thread tilo at pruetz dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51892 Bug #: 51892 Summary: +initialize is not being called when calling class method via new runtime Classification: Unclassified Product: gcc Version: 4.6.2 Status:

[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 tilo at pruetz dot net 2010-10-18 08:21:31 UTC --- Thank you very much!

[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

[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 libobjc/18255] New: Protocols are not initialized correctly

2004-10-31 Thread tilo at pruetz dot net
Status: UNCONFIRMED Severity: critical Priority: P2 Component: libobjc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tilo at pruetz dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host

[Bug libobjc/18256] New: libobjc without any Classes/Protocols

2004-10-31 Thread tilo at pruetz dot net
Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: libobjc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tilo at pruetz dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux

[Bug libobjc/18256] libobjc without any Classes/Protocols

2004-10-31 Thread tilo at pruetz dot net
--- Additional Comments From tilo at pruetz dot net 2004-10-31 18:58 --- Okay. And what about a compile switch '-fprotocol-class=...' like the existing '-fconstant-string-class'? The compiler depends on the layout of the constant string class, too, and it's exchangable. -- http

[Bug libobjc/18256] libobjc without any Classes/Protocols

2004-10-31 Thread tilo at pruetz dot net
--- Additional Comments From tilo at pruetz dot net 2004-10-31 20:06 --- At least I do not _need_ to :). I just would like to add some methods with access to the members. This cannot be done in a category because the members are private. Okay, I think I could fake the interface