lex.cc
52.4 KB
-
compiler: fix an ICE when parsing 0xdie, reject token 0x123i. · 62beea50
The lexer used to incorrectly accept a token like 0x123i and interpreted it as 123i. It also used to die when encountering 0xdie. From-SVN: r187266
Ian Lance Taylor committed