r155355 - in /branches/gccgo/gcc/go: expression...

ian@gcc.gnu.org ian@gcc.gnu.org
Sat Dec 19 04:38:00 GMT 2009


Author: ian
Date: Sat Dec 19 04:38:45 2009
New Revision: 155355

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155355
Log:
Implement rules about order of evaluation.  Flatten shortcut operators
(||, &&) into if statements.

(Order of evaluation is not yet implemented for switch statement case
expressions.)

Modified:
    branches/gccgo/gcc/go/expressions.cc
    branches/gccgo/gcc/go/expressions.h
    branches/gccgo/gcc/go/go.cc
    branches/gccgo/gcc/go/gogo-tree.cc
    branches/gccgo/gcc/go/gogo.cc
    branches/gccgo/gcc/go/gogo.h
    branches/gccgo/gcc/go/statements.cc
    branches/gccgo/gcc/go/statements.h
    branches/gccgo/gcc/go/types.cc



More information about the Gcc-cvs mailing list