r249486 - in /trunk/gcc/go/gofrontend: MERGE ty...
ian@gcc.gnu.org
ian@gcc.gnu.org
Wed Jun 21 22:29:00 GMT 2017
Author: ian
Date: Wed Jun 21 22:29:58 2017
New Revision: 249486
URL: https://gcc.gnu.org/viewcvs?rev=249486&root=gcc&view=rev
Log:
compiler: fix missing case in Array_type::get_value_pointer
Update the code in Array_type::get_value_pointer that handles
"lvalue" context to look for both regular var expressions
and temp var expressions, since both can appear in array/slice
index expressions on the left hand side of assignments.
Reviewed-on: https://go-review.googlesource.com/46170
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/gcc/go/gofrontend/types.cc
More information about the Gcc-cvs
mailing list