]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.
authorAndrew Gerrand <adg@golang.org>
Wed, 5 Jun 2013 01:19:26 +0000 (11:19 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 5 Jun 2013 01:19:26 +0000 (11:19 +1000)
commit3e88a825df1f8a9afaf8a7e2ce79f0dc200d51ab
tree2322bef9e289cffd6415ed94b4c60bbc058ce33c
parentd72c550f1c7e13c323f4507b57d741ed00f0b0cd
[release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.

««« CL 9953044 / 0e1b2f7384d2
cmd/gc: fix missing slice/array types in export data.

Fixes #5614.

R=golang-dev
CC=golang-dev
https://golang.org/cl/9953044
»»»

R=iant, remyoudompheng, dsymonds
CC=golang-dev
https://golang.org/cl/10033043
src/cmd/gc/export.c
test/fixedbugs/issue5614.dir/rethinkgo.go [new file with mode: 0644]
test/fixedbugs/issue5614.dir/x.go [new file with mode: 0644]
test/fixedbugs/issue5614.dir/y.go [new file with mode: 0644]
test/fixedbugs/issue5614.go [new file with mode: 0644]