]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix blank label code
authorKeith Randall <khr@golang.org>
Sun, 24 Jul 2022 16:48:56 +0000 (09:48 -0700)
committerKeith Randall <khr@google.com>
Mon, 25 Jul 2022 20:44:49 +0000 (20:44 +0000)
commit24dc27a3c084b901ee456637541ea818495888b0
treea115948758f4b2bfdfee86418c3b41ce5bd4400c
parent9fcc8b2c1eeb2333751d80626e4204d304c8b3c6
cmd/compile: fix blank label code

When checkEnabled is forced true, the 52278 test fails. Be a bit
more careful about processing blank labels.

Update #52278

Change-Id: I48aa89e2c9e3715d8efe599bc4363b5b5879d8a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/419318
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssagen/ssa.go
test/fixedbugs/issue52278.go