compiler: print runtime.hex in hex
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 16 Aug 2019 22:49:23 +0000 (22:49 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 16 Aug 2019 22:49:23 +0000 (22:49 +0000)
commit29ca15bb297d2a4c98224f8518206547432c2b69
treee850eb5dd1c972df43c32c547f86e9e0e33d9fff
parent1ccd703591b3023c434f55efb6eb4ac7b5019ecd
compiler: print runtime.hex in hex

    The gc compiler recognizes the type runtime.hex and prints values
    in this type as hex. Do the same here. This makes debugging
    runtime crashes slightly better.

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/190597

From-SVN: r274591
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/runtime.def