commit | fd3997168d24eca57394026428e39afea20f3ae1 | [log] [tgz] |
---|---|---|
author | Than McIntosh <thanm@golang.org> | Sun Mar 09 08:59:45 2025 -0400 |
committer | Than McIntosh <thanm@golang.org> | Mon Mar 10 09:33:18 2025 -0700 |
tree | 3fe20748a478e7983b4b3767a6903867c34b0ff5 | |
parent | e256e640604bff7916ef09451da7f4a6423152a6 [diff] |
cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking Require GCC 11 or greater to turn on the location checking portion of the asan tests in this directory; the copy of libasan.so.6 shipped with GCC 10 doesn't seem to properly digest the new DWARF 5 being generated by the Go compiler+linker. Updates #72752. Change-Id: I92718c112df844d9333c4c798cddaae95665feb2 Reviewed-on: https://go-review.googlesource.com/c/go/+/656175 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.