]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: correct alignment of atomic.Int64
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 3 Aug 2022 08:14:25 +0000 (15:14 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 8 Aug 2022 14:12:01 +0000 (14:12 +0000)
commit3ea3d0e8a7f4e2bfa96535aafb6bd802d2907808
treecaec85cfb9ce0ec05bfd30c5b1a880be249855f4
parent9463638ca883f07467ad8e294cf3ba7f7b175eb2
cmd/compile: correct alignment of atomic.Int64

Same as CL 417555, but for cmd/compile.

Fixes #54220

Change-Id: I4cc6deaf0a87c952f636888b4ab73f81a44bfebd
Reviewed-on: https://go-review.googlesource.com/c/go/+/420975
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/noder/sizes.go
src/cmd/compile/internal/types2/sizes.go
test/fixedbugs/issue54220.go [new file with mode: 0644]