Go patch committed: More uses of backend interface for types

Ian Lance Taylor iant@google.com
Fri May 6 20:16:00 GMT 2011


This patch to the Go frontend and to libgo adds more uses of the backend
interface for types.  There were some changes to libgo because the code
now uses produces a Go type for maps.  Previously the map types were
using size_t, but there is no equivalent to size_t in Go.  Go instead
has uintptr_t, so I changed the libgo code accordingly.  This should not
make any actual difference, of course.  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: 12459 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110506/3600f951/attachment.bin>


More information about the Gcc-patches mailing list