[gccgo] More fixes for package prefixes

Ian Lance Taylor iant@google.com
Mon Feb 1 23:22:00 GMT 2010


Adding package prefixes required some more fixes when dealing with
type reflection and interface conversion.  This patch uses the package
prefix in hidden names, includes the package prefix in the hash code
for named types, and includes the package prefix in the pkg_path in
the type reflection structures.  This also fixes a crash when a
temporary variable has an erroneous type.  Committed to gccgo branch.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 23158 bytes
Desc: prefixes
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100201/ba51101f/attachment.bin>


More information about the Gcc-patches mailing list