diff mbox

libgo patch committed: Update to weekly.2011-12-06

Message ID mcrzkevp3cp.fsf@dhcp-172-18-216-180.mtv.corp.google.com
State New
Headers show

Commit Message

Ian Lance Taylor Dec. 14, 2011, 3:41 p.m. UTC
I committed a patch to update libgo to the weekly.2011-12-06 release of
the master Go library.  As usual this e-mail message only includes the
patches to gccgo specific files, in this case a small patch.
Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
Committed to mainline.

Ian
diff mbox

Patch

diff -r 83b9d0eb2292 go/types.cc
--- a/go/types.cc	Wed Dec 14 06:53:06 2011 -0800
+++ b/go/types.cc	Wed Dec 14 07:37:41 2011 -0800
@@ -4989,7 +4989,7 @@ 
 {
   ret->append("map[");
   this->append_reflection(this->key_type_, gogo, ret);
-  ret->append("] ");
+  ret->append("]");
   this->append_reflection(this->val_type_, gogo, ret);
 }
 
diff -r 83b9d0eb2292 libgo/MERGE
--- a/libgo/MERGE	Wed Dec 14 06:53:06 2011 -0800
+++ b/libgo/MERGE	Wed Dec 14 07:37:41 2011 -0800
@@ -1,4 +1,4 @@ 
-0beb796b4ef8
+0c39eee85b0d
 
 The first line of this file holds the Mercurial revision number of the
 last merge done from the master library sources.