On Fri, Oct 26, 2018 at 7:44 AM, Than McIntosh <th...@google.com> wrote:
> OK, thanks again. Another fix sent:
>
>  https://go-review.googlesource.com/c/gofrontend/+/145021

Thanks.  Sorry for missing that in code review.  Committed to mainline.

Ian
Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE     (revision 265533)
+++ gcc/go/gofrontend/MERGE     (working copy)
@@ -1,4 +1,4 @@
-ad50884d2a4b653f7f20edc8b441fe6ad6570d55
+9785e5c4e868ba55efdb33fc51872b4821770167
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
Index: libgo/testsuite/gotest
===================================================================
--- libgo/testsuite/gotest      (revision 265515)
+++ libgo/testsuite/gotest      (working copy)
@@ -513,9 +513,7 @@ localname() {
 #    Returned:          leaf.Mumble
 #
 symtogo() {
-  local s=""
-  local result=""
-  local ndots=""
+  result=""
   for tp in $*
   do
     s=$(echo "$tp" | sed -e 's/\.\.z2f/%/g' | sed -e 's/.*%//')

Reply via email to