This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212871 - in /trunk/gcc/go/gofrontend: gogo.cc ...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 20 Jul 2014 15:13:51 -0000
- Subject: r212871 - in /trunk/gcc/go/gofrontend: gogo.cc ...
Author: ian
Date: Sun Jul 20 15:13:50 2014
New Revision: 212871
URL: https://gcc.gnu.org/viewcvs?rev=212871&root=gcc&view=rev
Log:
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 .
Modified:
trunk/gcc/go/gofrontend/gogo.cc
trunk/gcc/go/gofrontend/gogo.h
trunk/gcc/go/gofrontend/import.cc
trunk/gcc/go/gofrontend/unsafe.cc