r187266 - /trunk/gcc/go/gofrontend/lex.cc

ian@gcc.gnu.org ian@gcc.gnu.org
Mon May 7 18:53:00 GMT 2012


Author: ian
Date: Mon May  7 18:53:28 2012
New Revision: 187266

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187266
Log:
compiler: fix an ICE when parsing 0xdie, reject token 0x123i.

The lexer used to incorrectly accept a token like 0x123i
and interpreted it as 123i. It also used to die when encountering
0xdie.

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



More information about the Gcc-cvs mailing list