This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/61352] gcc 4.9.0 fails to execute dsymutil when linking executables on darwin
- From: "howarth.at.gcc at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 20 Aug 2016 16:29:01 +0000
- Subject: [Bug target/61352] gcc 4.9.0 fails to execute dsymutil when linking executables on darwin
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-61352-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61352
--- Comment #18 from Jack Howarth <howarth.at.gcc at gmail dot com> ---
(In reply to Andrew Pinski from comment #17)
> Is this still true?
This issue was fixed with...
r211067 | mrs | 2014-05-29 19:20:39 -0400 (Thu, 29 May 2014) | 4 lines
PR debug/61352
* collect2.c (maybe_run_lto_and_relink): Be sure to always run
post ld passes when lto is used.
and the associated back port to gcc-4_9-branch.