This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/48094] ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto
- 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: Sat, 12 Mar 2011 17:49:09 +0000
- Subject: [Bug lto/48094] ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto
- Auto-submitted: auto-generated
- References: <bug-48094-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2011.03.12 17:48:56
Ever Confirmed|0 |1
--- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> 2011-03-12 17:48:56 UTC ---
(a) the first is because LTO has produced two image_info instances with
different mangled names ...
e.g. L_OBJC_ImageInfo.2044 / L_OBJC_ImageInfo.2048
this is visible on darwin 9 (although it does not produce an error).
(b) the second needs more checking - the tests pass on darwin9 (and darwin10
with 3.2.5 - last time I tried)