This patch by Than McIntosh removes -fplan9-extensions from the CFLAGS used for libgo. It is no longer needed since the runtime was converted from C to Go. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline.
Ian
Index: gcc/go/gofrontend/MERGE =================================================================== --- gcc/go/gofrontend/MERGE (revision 255442) +++ gcc/go/gofrontend/MERGE (working copy) @@ -1,4 +1,4 @@ -d16e370c93e2866a961847a15f5001413e66d179 +c02de8ca63f52a2475ce8645edee3203a3c908ac The first line of this file holds the git revision number of the last merge done from the gofrontend repository. Index: libgo/Makefile.am =================================================================== --- libgo/Makefile.am (revision 255340) +++ libgo/Makefile.am (working copy) @@ -40,7 +40,7 @@ AM_CPPFLAGS = -I $(srcdir)/runtime $(LIB ACLOCAL_AMFLAGS = -I ./config -I ../config -AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \ +AM_CFLAGS = -fexceptions -fnon-call-exceptions \ $(SPLIT_STACK) $(WARN_CFLAGS) \ $(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \ -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \