]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix compilation crash with several blank labels
authornimelehin <nimelehin@gmail.com>
Mon, 11 Apr 2022 16:54:30 +0000 (19:54 +0300)
committerGopher Robot <gobot@golang.org>
Tue, 12 Apr 2022 00:32:31 +0000 (00:32 +0000)
commitbe0262a1279ab37ff2cae562de37afd333f5ada4
tree2bbaa793df1ca93e0608d14fbe4b49aa5bf2c073
parentec5e5dba6fbc4549f167c6db509a800e163296c8
cmd/compile: fix compilation crash with several blank labels

Fixes #52278

Change-Id: Ibf67c7b019feec277d316e04d93b458efea133fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/399574
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/compile/internal/escape/escape.go
src/cmd/compile/internal/escape/stmt.go
test/fixedbugs/issue52278.go [new file with mode: 0644]