This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libobjc/16110] +load is not called on all the categories.


------- Additional Comments From woudshoo at xs4all dot nl  2004-06-21 15:47 -------
(In reply to comment #2)
> Hmm, +initialize has the same problem, see PR 14382.

Actually, I am not sure about that.  
First of all, the implementation of sending +load and
+initialize is completely different.  (Which manifest itself
in different behaviour).  Second, I am not sure if the behaviour
should be the same regarding who receives the messages.

> Could send the patch to gcc-
> patches@gcc.gnu.org as that is where patches to libobjc go?

I will attach my patch here.  But because this is not created
against any gcc version I know of it will most probably not apply
cleanly.  But at least you can see where the problem is.

As I said before, I am willing to modify the patch.  But I am hesitant
of just grabbing a random version of gcc, figuring out how to compile
and install etc.  just to create a patch for the wrong version of gcc.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16110


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]