[Bug objc/49301] Forward declaration of classes broken

2011-06-06 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49301 Nicola Pero changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug objc/49301] Forward declaration of classes broken

2011-06-06 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49301 Nicola Pero changed: What|Removed |Added CC||nicola at gcc dot gnu.org --- Comment #3 fr

[Bug objc/49301] Forward declaration of classes broken

2011-06-06 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49301 --- Comment #1 from Nicola Pero 2011-06-06 15:14:24 UTC --- > @class is used to tell the compiler the class exists, but that its not (yet) > available. Eg: class B uses class A, but class A uses class B too, creating a > recursive import, and th

[Bug objc/49301] Forward declaration of classes broken

2011-06-06 Thread jos at kuijpersvof dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49301 jos at kuijpersvof dot nl changed: What|Removed |Added Severity|critical|normal