This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/61496] [4.10 regression] Many Go tests FAIL with ld warning about go$zerovalue
- From: "ian at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 13 Jun 2014 22:31:19 +0000
- Subject: [Bug go/61496] [4.10 regression] Many Go tests FAIL with ld warning about go$zerovalue
- Auto-submitted: auto-generated
- References: <bug-61496-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61496
--- Comment #1 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Fri Jun 13 22:30:47 2014
New Revision: 211658
URL: https://gcc.gnu.org/viewcvs?rev=211658&root=gcc&view=rev
Log:
PR go/61496
* gospec.c (lang_specific_driver): On Solaris, when not using GNU
ld, add -t option to avoid warning about common symbol changing
size.
Modified:
trunk/gcc/go/ChangeLog
trunk/gcc/go/gospec.c