]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add tests for too-large shift amounts
authorKeith Randall <khr@golang.org>
Mon, 3 Mar 2025 22:46:18 +0000 (14:46 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 5 Mar 2025 15:55:05 +0000 (07:55 -0800)
commitf27d86c631188239362d2db78fd36440743dac2e
tree9a1a8a3a11eedfdd350283c62ec82914437d91b5
parent8abb8aa9a96dc0590bd2e99628192e590b0295ec
cmd/compile: add tests for too-large shift amounts

Update #72018

Change-Id: I3188019658c37da3c31f06472023b39e13170ebf
Reviewed-on: https://go-review.googlesource.com/c/go/+/654316
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/test/shift_test.go