golang/src/cmd
khr@golang.org 3c72dd513c cmd/compile: don't combine loads in generated equality functions
... if the architecture can't do unaligned loads.
We already handle this in a few places, but this particular place
was added in CL 399542 and missed this additional restriction.

Fixes #67160

Change-Id: I45988f11ff3ed45df1c4da3f0931ab1fdb22dbfe
Reviewed-on: https://go-review.googlesource.com/c/go/+/583175
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Derek Parker <parkerderek86@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-05-06 15:34:04 +00:00
..
addr2line cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
api cmd/api: handle types.Alias 2024-04-09 20:48:51 +00:00
asm cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking MOVD opcodes 2024-04-24 15:53:25 +00:00
buildid
cgo cmd/cgo/internal/test: don't skip some tests on musl 2024-04-23 16:49:01 +00:00
compile cmd/compile: don't combine loads in generated equality functions 2024-05-06 15:34:04 +00:00
covdata cmd/covdata: close cpu and mem profile 2024-04-17 16:36:11 +00:00
cover cmd/cover: fix typo in comment 2024-04-15 12:51:11 +00:00
dist cmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64 2024-05-04 07:50:22 +00:00
distpack
doc cmd/doc: fix inconsistent receiver name 2024-01-08 20:15:52 +00:00
fix cmd/fix: support go versions with patch release 2024-02-22 05:31:47 +00:00
go cmd/go: add flag values to counter for buildmode 2024-05-03 19:05:42 +00:00
gofmt cmd/gofmt: remove impossible err!=nil conditional 2024-02-26 21:42:29 +00:00
internal cmd/internal/telemetry: add NewStackCounter functions 2024-05-01 17:37:58 +00:00
link cmd/link/internal/ld: more fixes to TestElfBindNow readonly .got check 2024-04-26 15:38:14 +00:00
nm
objdump cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
pack
pprof cmd/pprof: fix exception when file or path contains colon 2024-05-01 03:56:37 +00:00
preprofile cmd/go: use cache for PGO preprocessing 2024-04-18 15:39:17 +00:00
relnote cmd/relnote: fix API relnote check 2024-02-05 16:31:53 +00:00
test2json
tools
trace cmd/trace/v2: tolerate traces with broken tails 2024-04-19 17:23:57 +00:00
vendor cmd/vendor: update x/tools to v0.20.1-0.20240429173604-74c9cfe4d22f 2024-05-03 02:38:00 +00:00
vet cmd/vet: add stdversion analyzer 2024-05-03 01:02:40 +00:00
README.vendor
go.mod cmd/vendor: update x/tools to v0.20.1-0.20240429173604-74c9cfe4d22f 2024-05-03 02:38:00 +00:00
go.sum cmd/vendor: update x/tools to v0.20.1-0.20240429173604-74c9cfe4d22f 2024-05-03 02:38:00 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.