This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/16110] +load is not called on all the categories.
- From: "woudshoo at xs4all dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2004 15:47:51 -0000
- Subject: [Bug libobjc/16110] +load is not called on all the categories.
- References: <20040621094454.16110.woudshoo@xs4all.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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