compiler: Don't let dot-import names match names from previous files.
commit105f4b3f29565b22ba648f669af584ebe9b6a98f
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jul 2014 15:13:50 +0000 (20 15:13 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jul 2014 15:13:50 +0000 (20 15:13 +0000)
tree03a02caa9871571c9a9490ee4eba3abf17caf9fe
parent616ba26bc5a1926bfb2fba6ead39f3b5ee8cccb6
compiler: Don't let dot-import names match names from previous files.

The test case for this will be bug488.go in the main
repository: https://codereview.appspot.com/118000043 .

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212871 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/import.cc
gcc/go/gofrontend/unsafe.cc