]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: init limit for newly created value in prove pass
authorYoulin Feng <fengyoulin@live.com>
Sun, 3 Nov 2024 04:10:26 +0000 (12:10 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 5 Nov 2024 16:55:14 +0000 (16:55 +0000)
commitcb163ff60b07ce157ebe3571f92d442a137f6757
treed05d3cb991f5bf763b2031150294377ac0662c5e
parent4f092a9f34d8313e1e1e44b09878d1a542d68221
cmd/compile: init limit for newly created value in prove pass

Fixes: #70156
Change-Id: I2e5dc2a39a8e54ec5f18c5f9d1644208cffb2e9a
Reviewed-on: https://go-review.googlesource.com/c/go/+/624695
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/prove.go
test/fixedbugs/issue70156.go [new file with mode: 0644]