]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: verify imported types after they are fully imported
authorRobert Griesemer <gri@golang.org>
Thu, 5 May 2016 16:39:50 +0000 (09:39 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 5 May 2016 20:31:30 +0000 (20:31 +0000)
commit8650c2303449a1cccf3a05609a63193e34d6bae8
treeab2decfb5b527f7ea911df5c3549348d4a785c1b
parent1a7fc2357b1c26dcdf4fa57dee67a1172696801f
cmd/compile: verify imported types after they are fully imported

Fixes #15548.

Change-Id: I1dfa9c8739a4b6d5e4c737c1a1e09e80e045b7aa
Reviewed-on: https://go-review.googlesource.com/22803
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/compile/internal/gc/bimport.go
src/cmd/compile/internal/gc/export.go
test/fixedbugs/issue15548.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue15548.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue15548.dir/c.go [new file with mode: 0644]
test/fixedbugs/issue15548.go [new file with mode: 0644]