OSDN Git Service

Implement new order of assignment rules.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Oct 2011 05:37:48 +0000 (05:37 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Oct 2011 05:37:48 +0000 (05:37 +0000)
commitbaef9f7acb64dcfc03672f2c7812c58ebb7d24fc
tree10a760f788e4ae33c7cd6ceccd1aa5268973236d
parent70f50eb0435e51672cccf04925617d81bd7229bf
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180421 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/statements.cc