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 objc/48109] Objective-C class defs/refs are lost under LTO on Darwin for ABI0/1


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.


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