]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: revert "typecheck types and funcs before consts"
authorRobert Griesemer <gri@golang.org>
Mon, 29 Oct 2018 19:35:59 +0000 (12:35 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 29 Oct 2018 19:51:57 +0000 (19:51 +0000)
commit70dd90c4a93d26215a3514d975c2692724d05ac6
tree3c15c67039d1d32f5e7cbf5cdc8e4b1288155b73
parent8fc99d20f3377c7c5c1dba51b1be865ff61483b0
cmd/compile: revert "typecheck types and funcs before consts"

This reverts commit 9ce87a63b9f440b452ada1ff89ccb1c4f3ca919f.

The fix addresses the specific test case, but not the general
problem.

Updates #24755.

Change-Id: I0ba8463b41b099b1ebf49759f88a423b40f70d58
Reviewed-on: https://go-review.googlesource.com/c/145617
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/main.go
test/fixedbugs/issue24755.go [deleted file]