[Bug objc/48109] Objective-C class defs/refs are lost under LTO on Darwin for ABI0/1
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 14 20:51:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list