-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-Windowsarch-armIssues solely affecting the 32-bit arm architecture.Issues solely affecting the 32-bit arm architecture.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
Go version
1.22
commit 4beb330 breaks go building on windows arm32
What did you do?
fixed it by putting back (accidentally?) removed line 238 in src/runtime/sys_windows_arm.s
MOVW $_INTERRUPT_TIME, R3
What did you see happen?
when using this fix #68552 (comment) and the fix to sys_windows_arm.s above, go now builds up to 1.23 and functions correctly for windows arm32.
What did you expect to see?
all is well with go and with these fixes can be unmarked broken for windows arm32
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-Windowsarch-armIssues solely affecting the 32-bit arm architecture.Issues solely affecting the 32-bit arm architecture.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Done