summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-26 18:01:02 -0700
committerRuss Cox <rsc@golang.org>2010-03-26 18:01:02 -0700
commit564d135cebd96ee57a1351b53cc8bcc0aaba12b6 (patch)
treee5a03e10cafa59f726579395f85e30de69e0d1e1 /doc
parent72bf519063879c7aa02cffc4045383d2671caf7f (diff)
downloadgolang-564d135cebd96ee57a1351b53cc8bcc0aaba12b6.tar.gz
gc: allow taking address of out parameters
Fixes issue 186. R=ken2 CC=golang-dev http://codereview.appspot.com/793041
Diffstat (limited to 'doc')
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
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:
<li><span class="alert">Method expressions are partially implemented.</span></li>
<li><span class="alert">Gccgo allows only one init() function per source file.</span></li>
<li><span class="alert">Deferred functions cannot access the surrounding function's result parameters.</span></li>
- <li><span class="alert">Function results are not addressable.</span></li>
+ <li><span class="alert">Function results are not addressable in gccgo.</span></li>
<li><span class="alert">Recover is not implemented.</span></li>
<li><span class="alert">The implemented version of panic differs from its specification.</span></li>
</ul>