go icon indicating copy to clipboard operation
go copied to clipboard

cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 [1.19 backport]

Open gopherbot opened this issue 3 years ago • 4 comments

@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.

gopherbot avatar Sep 19 '22 16:09 gopherbot

Change https://go.dev/cl/431895 mentions this issue: [release-branch.go1.19] cmd/compile/internal/typebits: relax alignment check

gopherbot avatar Sep 19 '22 16:09 gopherbot

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.

laboger avatar Sep 20 '22 12:09 laboger

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

mkumatag avatar Sep 20 '22 13:09 mkumatag

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.

cuonglm avatar Sep 20 '22 14:09 cuonglm

Closed by merging 2614985ef7d252004c8bd2edddb7314446964874 to release-branch.go1.19.

gopherbot avatar Sep 21 '22 22:09 gopherbot