-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime/cgo: does not build with -Wdeclaration-after-statement [1.23 backport] #71962
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
Milestone
Comments
Change https://go.dev/cl/652935 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Feb 26, 2025
…after-statement It's used by the SWIG CI build, at least, and it's an easy fix. [The change in x_cgo_sys_thread_create is gone, as that function was already compliant in 1.23.] Fixes #71962 For #71961 Change-Id: Id21071a5aef216b35ecf0e9cd3e05d08972d92fe Reviewed-on: https://go-review.googlesource.com/c/go/+/652181 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Pratt <mpratt@google.com> (cherry picked from commit 76c7028) Reviewed-on: https://go-review.googlesource.com/c/go/+/652935 Reviewed-by: Michael Knyszek <mknyszek@google.com>
Change https://go.dev/cl/653136 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Feb 26, 2025
…after-statement CL 652181 accidentally missed this iPhone only code. For #71961 For #71962 Change-Id: I567f8bb38958907442e69494da330d5199d11f54 Reviewed-on: https://go-review.googlesource.com/c/go/+/653136 Reviewed-by: Michael Pratt <mpratt@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
@ianlancetaylor requested issue #71961 to be considered for backport to the next 1.23 minor release.
The text was updated successfully, but these errors were encountered: