compiler: drop semicolons in export data
commit8f260102c8336e407315f40771de7b8f50fd93fe
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Oct 2018 19:35:46 +0000 (18 19:35 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Oct 2018 19:35:46 +0000 (18 19:35 +0000)
tree956bedb12394507194c1d64f4c1f462ff16316d4
parent227d687802161d9fb1bca847575b96f48834049a
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265284 138bc75d-0d04-0410-961f-82ee72b054a4
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