This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r187176 - in /trunk/gcc/go/gofrontend: parse.cc...


Author: ian
Date: Fri May  4 19:33:18 2012
New Revision: 187176

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187176
Log:
compiler: Correct parse of for with possible composite literal.

Fixes, e.g., "for first := true; first; first = false {".

Modified:
    trunk/gcc/go/gofrontend/parse.cc
    trunk/gcc/go/gofrontend/parse.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]