]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: add comment and test for #15550
authorMatthew Dempsky <mdempsky@google.com>
Wed, 1 Feb 2017 23:13:48 +0000 (15:13 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 2 Feb 2017 04:25:23 +0000 (04:25 +0000)
commit16dd0624c204ced87ea950b129c5c26d82e2aad4
treef6a6b7d03c08c5b1513c77601f9e6a4463826758
parent99e1e4f657c24769a2b42a4aa26c226b6e1db915
cmd/compile/internal/gc: add comment and test for #15550

When switching to the new parser, I changed cmd/compile to handle iota
per an intuitive interpretation of how nested constant declarations
should work (which also matches go/types).

Note: if we end up deciding that the current spec wording is
intentional (i.e., confirming gccgo's current behavior), the test will
need to be updated to expect 4 instead of 1.

Updates #15550.

Change-Id: I441f5f13209f172b73ef75031f2a9daa5e985277
Reviewed-on: https://go-review.googlesource.com/36122
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/noder.go
test/fixedbugs/issue15550.go [new file with mode: 0644]