]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: Accept trailing comma after varargs parameter.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 13 Dec 2012 22:20:23 +0000 (22:20 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 13 Dec 2012 22:20:23 +0000 (22:20 +0000)
commita1a9c31a5df3d519c3bcf1589b8671f9bd2a0b17
treec3bb7695b016ae9f1dc93be9e5f6a113dd98edba
parent80928237a94f7bc5e717e9374880fdd05525ef27
compiler: Accept trailing comma after varargs parameter.

Also fix handling of interfaces seen only in a function or
method declaration.

From-SVN: r194492
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/parse.cc
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h
gcc/testsuite/go.test/test/fixedbugs/bug228.go