]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: loop to ensure all autogenerated functions are compiled
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 8 Apr 2018 16:37:44 +0000 (09:37 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 11 Apr 2018 23:46:30 +0000 (23:46 +0000)
commit2dfb423e6e84b64acb0dc741cba5b1fa5fe03c64
treec599ca91123abc7c240833a15f3ca02327f70bd3
parent8f6ae3379615c6e9dcf47bafc74710a1346a932e
cmd/compile: loop to ensure all autogenerated functions are compiled

I was wrong. There was a need to loop here.

Fixes #24761

Change-Id: If13b3ab72febde930bdaebdddd1c05e0d0446020
Reviewed-on: https://go-review.googlesource.com/105615
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/obj.go
test/fixedbugs/issue24761.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue24761.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue24761.go [new file with mode: 0644]