You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take another look, this is a regression from CL https://go-review.googlesource.com/c/go/+/55610. Before this CL, C_PPAUTO and C_PPOREG only match multiple of 8, so the alignment is satisfied. That CL changes C_PPAUTO and C_PPOREG to match anything between 0 and 504.
What version of Go are you using (
go version
)?tip (5993a75)
Compile the following program on ARM64,
CL 42172 handled large unaligned offset, but did not cover (or mis-handled) unaligned offset between 256 and 512. I'll make a CL to fix.The text was updated successfully, but these errors were encountered: