]> Cypherpunks repositories - gostls13.git/commit
gc: skip undefined symbols in import .
authorEoghan Sherry <ejsherry@gmail.com>
Tue, 7 Dec 2010 21:16:01 +0000 (16:16 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 7 Dec 2010 21:16:01 +0000 (16:16 -0500)
commitcab83650d17c004e041ba8f3f6ace1f2a125f9d8
tree0022acd69cfe0049b415b75cd443a036b0222447
parentb15c4245c59e5658937d38b605a87394d8f3fe63
gc: skip undefined symbols in import .

Fixes #1284.

R=ken3, rsc
CC=golang-dev
https://golang.org/cl/3210041
src/cmd/gc/subr.c
test/fixedbugs/bug313.dir/a.go [new file with mode: 0644]
test/fixedbugs/bug313.dir/b.go [new file with mode: 0644]
test/fixedbugs/bug313.go [new file with mode: 0644]