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 lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992

--- Comment #31 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-08-09 20:23:01 UTC ---
(In reply to comment #27)
> So, the fix is trivial but you guys are wondering in the weeds.  Make the
> symbols unique and be done with it, that, or remove one of them.  You are
> getting hung up on darwin -c stuff, ignore that, that's not the bug, even if
> bugs do exist in that area.

Mike,
   Extending the original fix to PR42554 with the patch I proposed in Comment
22 seems like a better  approach since it is darwin-specifc as is the linker
bug requiring the fix. The alternative approach of unifying or renaming
trim_filename will require additional reviews and is a heavier lift.


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