This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249159 - in /trunk/gcc/go/gofrontend: MERGE go...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 13 Jun 2017 14:26:07 -0000
- Subject: r249159 - in /trunk/gcc/go/gofrontend: MERGE go...
Author: ian
Date: Tue Jun 13 14:26:07 2017
New Revision: 249159
URL: https://gcc.gnu.org/viewcvs?rev=249159&root=gcc&view=rev
Log:
compiler: containing small bfunction mixup in Gogo::write_globals
Fix buglet in Gogo::write_globals-- in a couple of places the
wrong Bfunction was being used for the containing (not target)
function when creating calls for init functions.
Reviewed-on: https://go-review.googlesource.com/45510
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/gcc/go/gofrontend/gogo.cc