]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: skip empty init function in fninit
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sun, 13 Oct 2019 16:06:29 +0000 (23:06 +0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 18 Oct 2019 12:04:04 +0000 (12:04 +0000)
commit584ef455ac0cd08833c3d4c7f6cb284bdba627a0
tree55098c7da2adc4b9d36930f76a5740f55cbea10b
parentbc529506d21f4393af20becb7f50b6628b27c291
cmd/compile: skip empty init function in fninit

Fixes #34869

Change-Id: I21bc60b9a5d1204dade1cceed6cddccf5b537b0e
Reviewed-on: https://go-review.googlesource.com/c/go/+/200958
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/init.go
src/cmd/compile/internal/gc/typecheck.go