]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: adjust annotation of implicit operations.
authorDavid Chase <drchase@google.com>
Wed, 22 Jul 2015 19:03:02 +0000 (15:03 -0400)
committerDavid Chase <drchase@google.com>
Thu, 23 Jul 2015 14:19:07 +0000 (14:19 +0000)
commit2584974d166c54e81a4480625e6b99a4f2630c39
tree8be3d39df40e0650883cf934a89bacec4ad0aaa5
parentca1d6c4b449caaada97a8024430ec572724b3ae9
cmd/compile: adjust annotation of implicit operations.

Limit probe to ODOT/OIND/ODOTPTR for now; that works.

Fixes #11790

Change-Id: I411271e702c5fe6ceb880ca47c7dacc37ffcbb6a
Reviewed-on: https://go-review.googlesource.com/12532
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/typecheck.go
test/fixedbugs/issue11790.go [new file with mode: 0644]