Go patch committed: Implement predefined error interface

Ian Lance Taylor iant@google.com
Tue Nov 29 11:04:00 GMT 2011


The Go language recently added a new predefined type, named "error",
which is an interface type with a single method, Error.  This patch,
from Rémy Oudompheng, implements this type for gccgo.  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: 935 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20111129/a7a01b0f/attachment.bin>


More information about the Gcc-patches mailing list