go
go copied to clipboard
cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 [1.19 backport]
@cherrymui requested issue #54991 to be considered for backport to the next 1.19 minor release.
SGTM for backporting.
@gopherbot please backport this to Go 1.19 . This causes valid program fail to compile.
Change https://go.dev/cl/431895 mentions this issue: [release-branch.go1.19] cmd/compile/internal/typebits: relax alignment check
This change causes build errors on ppc64le on master with Openshift. Please hold off on backporting. I have asked the testers to open an issue with reproducer information.
This change causes build errors on ppc64le on master with Openshift. Please hold off on backporting. I have asked the testers to open an issue with reproducer information.
https://github.com/golang/go/issues/55254 here is the issue created
Not related to this issue, since when the last known good commit is https://github.com/golang/go/commit/7db923fe565465f292d3e62d6c7ded86e724062d, which was after this one.
Closed by merging 2614985ef7d252004c8bd2edddb7314446964874 to release-branch.go1.19.