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.