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]

r187262 - /trunk/gcc/go/gofrontend/expressions.cc


Author: ian
Date: Mon May  7 18:24:17 2012
New Revision: 187262

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187262
Log:
compiler: reject NOT operator on integer types.

The Go specification only accepts the NOT operator on boolean
types.

Fixes issue 10.

Modified:
    trunk/gcc/go/gofrontend/expressions.cc


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