]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix missing export/import init nodes of builtins that allow multiple...
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 28 Apr 2022 14:03:00 +0000 (21:03 +0700)
committerKeith Randall <khr@google.com>
Thu, 28 Apr 2022 18:02:40 +0000 (18:02 +0000)
commitc15d0a93c772c03fb028f0473016629a70a4427e
tree95c18ac15ecf5e9180735521fddb7bd55c9a66f6
parent4289bd365c38a44db091396873050cab3cfa8098
cmd/compile: fix missing export/import init nodes of builtins that allow multiple arguments

Fixes #52590

Change-Id: Ibd0852ae2a9ad8e4598e93320daff1b3c196929f
Reviewed-on: https://go-review.googlesource.com/c/go/+/402854
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/typecheck/iexport.go
src/cmd/compile/internal/typecheck/iimport.go
test/fixedbugs/issue52590.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue52590.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue52590.go [new file with mode: 0644]