]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make duplicate anonymous interface output deterministic
authorKeith Randall <keithr@alum.mit.edu>
Wed, 26 Jun 2019 02:24:34 +0000 (22:24 -0400)
committerKeith Randall <khr@golang.org>
Tue, 2 Jul 2019 13:52:21 +0000 (13:52 +0000)
commitfbde753a58e286c405a04388816ed044486151bb
tree925438cfccac598149a6a6c223ee0a847a8a507f
parentd410642f498cb96734c55a4c0d91256671a03bae
cmd/compile: make duplicate anonymous interface output deterministic

Taking over CL 162240, the original CL hasn't been making progress.
I just took the parts that fix the immediate issue. I left the
signatslice changes out, I don't think they are necessary.

Fixes #30202

Change-Id: I5b347605f0841dd925d5a73150b8bf269fa82464
Reviewed-on: https://go-review.googlesource.com/c/go/+/183852
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/reflect.go
src/cmd/compile/internal/gc/reproduciblebuilds_test.go
src/cmd/compile/internal/gc/testdata/reproducible/issue30202.go [new file with mode: 0644]