]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.19] 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)
committerHeschi Kreinick <heschi@google.com>
Mon, 29 Aug 2022 19:08:15 +0000 (19:08 +0000)
commit2b59f4dd196549bcaf8bf297fad4da6ae3e72898
tree45187bebc2c47d4fc445ac60e83ef8e5c877a768
parent2375ef8df69e906c26cd99ef8675b80ba61c5188
[release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64

Same as CL 417555, but for cmd/compile.

Fixes #54235

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>
Reviewed-on: https://go-review.googlesource.com/c/go/+/422034
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/noder/sizes.go
src/cmd/compile/internal/types2/sizes.go
test/fixedbugs/issue54220.go [new file with mode: 0644]