Implement new order of assignment rules.
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 25 Oct 2011 05:37:48 +0000 (05:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 25 Oct 2011 05:37:48 +0000 (05:37 +0000)
commitcbe98a41a52c30e91e678023b870b4b568ec3d42
tree10a760f788e4ae33c7cd6ceccd1aa5268973236d
parentcbffbd59d6d26b87ea4414717c6659c28689981f
Implement new order of assignment rules.

In "i, x[i] = 1, 2" the assigment to x[i] must use the value
of i from before the assignment statement.

From-SVN: r180421
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/statements.cc