From: Robert Griesemer Date: Tue, 3 Nov 2009 23:10:52 +0000 (-0800) Subject: remove gccgo restriction with respect to blank identifiers X-Git-Tag: weekly.2009-11-06~112 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=30637151c753635e8c7473d4d0c70b3558ee7e03;p=gostls13.git remove gccgo restriction with respect to blank identifiers R=iant CC=go-dev http://go/go-review/1016032 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index aa988354d5..c1b817ee9b 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4582,6 +4582,5 @@ The following minimal alignment properties are guaranteed:

Implementation differences - TODO