This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r156436 - in /branches/gccgo: gcc/go/export.cc ...


Author: ian
Date: Mon Feb  1 23:22:21 2010
New Revision: 156436

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156436
Log:
More fixes for using package prefixes.

* Use package prefix in hidden names.
* Include package prefix in hash code for named types.
* Include package prefix in pkg_path type reflection fields.

Modified:
    branches/gccgo/gcc/go/export.cc
    branches/gccgo/gcc/go/gogo-tree.cc
    branches/gccgo/gcc/go/gogo.cc
    branches/gccgo/gcc/go/gogo.h
    branches/gccgo/gcc/go/import.cc
    branches/gccgo/gcc/go/parse.cc
    branches/gccgo/gcc/go/statements.cc
    branches/gccgo/gcc/go/types.cc
    branches/gccgo/gcc/go/types.h
    branches/gccgo/libgo/go/reflect/type.go


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]