compiler: drop semicolons in export data
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 18 Oct 2018 19:35:46 +0000 (19:35 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 18 Oct 2018 19:35:46 +0000 (19:35 +0000)
commite8ce849a483cacda23eb12989a1fb3d8a0e5b634
tree956bedb12394507194c1d64f4c1f462ff16316d4
parentd0477233215e37dea91b1a98e58074257d7fbb5b
compiler: drop semicolons in export data

    The export data, which is approximately readable and looks something
    like Go, was first implemented back when Go still used semicolons.
    Drop the semicolons, to make it look slightly more Go like and make it
    slightly smaller.

    This updates the compiler and the gccgoimporter package.

    This introduces a new version of the export data.  There are going to
    be more changes to the export data, so this version is still subject
    to change.

    Reviewed-on: https://go-review.googlesource.com/c/143018

From-SVN: r265284
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/export.cc
gcc/go/gofrontend/export.h
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/import.cc
gcc/go/gofrontend/import.h
gcc/go/gofrontend/types.cc
libgo/go/go/internal/gccgoimporter/importer.go
libgo/go/go/internal/gccgoimporter/parser.go
libgo/go/go/internal/gccgoimporter/parser_test.go