escape: Add escape notes to export data

Programming / Compilers / GCC - ian [138bc75d-0d04-0410-961f-82ee72b054a4] - 12 July 2016 15:29 UTC

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

ffa607a escape: Add escape notes to export data.
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 15 +++++++++++++++
gcc/go/gofrontend/export.h | 5 +++++
gcc/go/gofrontend/gogo.cc | 18 ++++++++++++++----
gcc/go/gofrontend/import.cc | 36 ++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/import.h | 4 ++++
6 files changed, 75 insertions(+), 5 deletions(-)

Upstream: gcc.gnu.org


  • Share