re PR go/78145 (Several go.test tests fail with error: integer constant overflow...
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Nov 2016 13:46:10 +0000 (13:46 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Nov 2016 13:46:10 +0000 (13:46 +0000)
commitd32e80061847f2ddc60d1c749b229d0802e3395f
tree38a4e23ffc00ec98f9801fc1a310b7ad6298fac6
parentcc656415cf740381e14cf576305ef7d7c63975f5
re PR go/78145 (Several go.test tests fail with error: integer constant overflow on 32bit targets)

PR go/78145
    compiler: don't put print/println constants into temporaries

    It's not necessary, and it breaks setting their type to int64/uint64
    when appropriate.

    This fixes GCC PR 78145.

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

From-SVN: r241740
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc