]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: reenable inline static init
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 9 Feb 2023 19:20:56 +0000 (02:20 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 14 Apr 2023 17:57:36 +0000 (17:57 +0000)
commit20c349e5344152b56145ef6ebb649f431bdb2c90
tree49ea681600c323552811395b332eee53c488bc4b
parenta141c58c85a166081bfa9ea4b1d80c347bbb96e4
cmd/compile: reenable inline static init

Updates #58293
Updates #58339
Fixes #58439

Change-Id: I06d2d92f86fa4a672d69515c4066d69d3e0fc75b
Reviewed-on: https://go-review.googlesource.com/c/go/+/467016
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/base/flag.go
test/fixedbugs/issue56778.go
test/fixedbugs/issue58439.go
test/inline.go
test/noinit.go