compiler: include global variable preinit blocks in ast dumps
commite77ad8b71ba2a193336a4524a6adf9afeca0322e
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2018 17:24:45 +0000 (13 17:24 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2018 17:24:45 +0000 (13 17:24 +0000)
treed34012e01ff8cb2aa66f6d24404f42d5f4e4c6c7
parentef00e9947f77f2dfdf4a459b70bd7a0fafb8818d
compiler: include global variable preinit blocks in ast dumps

    Dump out the blocks corresponding to variable pre-inits when
    -fgo-dump-ast is in effect. Each preinit block is prefixed with a
    comment indicating the variable it is initializing.

    Reviewed-on: https://go-review.googlesource.com/118636

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261555 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/ast-dump.cc