Go patch committed: An unknown named object may be declared

Ian Lance Taylor iant@google.com
Thu Dec 23 00:55:00 GMT 2010


A recent patch to the Go frontend means that an unknown named object
will become a type declaration if any methods are seen for it.  That
means that an unknown reference may see a type declaration or a type.
This patch adjusts the code to permit that possibility.  Bootstrapped
and ran Go testsuite on x86_64-unknown-linux-gnu.  Committed to
mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 1017 bytes
Desc: crash
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101223/04e6f370/attachment.bin>


More information about the Gcc-patches mailing list