]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking
authorThan McIntosh <thanm@golang.org>
Sun, 9 Mar 2025 12:59:45 +0000 (08:59 -0400)
committerThan McIntosh <thanm@golang.org>
Mon, 10 Mar 2025 16:33:18 +0000 (09:33 -0700)
commitfd3997168d24eca57394026428e39afea20f3ae1
tree3fe20748a478e7983b4b3767a6903867c34b0ff5
parente256e640604bff7916ef09451da7f4a6423152a6
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>
src/cmd/cgo/internal/testsanitizers/cc_test.go