From 564d135cebd96ee57a1351b53cc8bcc0aaba12b6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 26 Mar 2010 18:01:02 -0700 Subject: gc: allow taking address of out parameters Fixes issue 186. R=ken2 CC=golang-dev http://codereview.appspot.com/793041 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/go_spec.html b/doc/go_spec.html index 46dc33e8a..b35af9b03 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -5109,7 +5109,7 @@ The following minimal alignment properties are guaranteed:
  • Method expressions are partially implemented.
  • Gccgo allows only one init() function per source file.
  • Deferred functions cannot access the surrounding function's result parameters.
  • -
  • Function results are not addressable.
  • +
  • Function results are not addressable in gccgo.
  • Recover is not implemented.
  • The implemented version of panic differs from its specification.
  • -- cgit v1.2.3