https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78145
--- Comment #2 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> --- Author: ian Date: Tue Nov 1 13:46:10 2016 New Revision: 241740 URL: https://gcc.gnu.org/viewcvs?rev=241740&root=gcc&view=rev Log: 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 Modified: trunk/gcc/go/gofrontend/MERGE trunk/gcc/go/gofrontend/expressions.cc