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 09:47:58 -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 09:47 -------
Created an attachment (id=6588)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6588&action=view)
testcase program
To run this testcase:
* unpack the tar file
* go to the directory containing the source
* compile with:
gcc -o loadTest loadTest.m loadOther.m -lobjc
* Run:
./loadTest
* The output will indicate success or failure.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16110