This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/48109] Objective-C class defs/refs are lost under LTO on Darwin for ABI0/1
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Mar 2011 20:51:43 +0000
- Subject: [Bug objc/48109] Objective-C class defs/refs are lost under LTO on Darwin for ABI0/1
- Auto-submitted: auto-generated
- References: <bug-48109-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48109
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23653|0 |1
is obsolete| |
--- Comment #7 from Iain Sandoe <iains at gcc dot gnu.org> 2011-03-14 20:51:24 UTC ---
Created attachment 23655
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23655
possible fix v2 - shifting the special case output of objc_class_name_xxxx to
the back-end.
improved version (more logical in that it actually makes the reference into a
real reference in the absence of the hook).
built on i686-linux as well as i686-darwin9 ... seems to produce the expected
output on both.