]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.25] cmd/compile: handle propagating an out-of-range jump table...
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 22 Dec 2025 11:49:17 +0000 (18:49 +0700)
committerJunyang Shao <shaojunyang@google.com>
Wed, 7 Jan 2026 17:25:08 +0000 (09:25 -0800)
commit14f50f6e3e336873be5bc8ca2bb323b55ba65b55
tree0dc5e70700581215be652b6543eb8de9302b97c5
parent4e531b2f1416793f82fd63040471b0f782e68624
[release-branch.go1.25] cmd/compile: handle propagating an out-of-range jump table index

For an out-of-range jump table index, the constant facts should not be
propagated to the destinations.

Fixes #76967

Change-Id: Iff29814cb466c7aaa432cec212e5387665c45afc
Reviewed-on: https://go-review.googlesource.com/c/go/+/731860
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-on: https://go-review.googlesource.com/c/go/+/732460
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Commit-Queue: Junyang Shao <shaojunyang@google.com>
Auto-Submit: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/ssa/sccp.go
test/fixedbugs/issue76950.go [new file with mode: 0644]