]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: reject identifiers beginning with non-ASCII digit
authorRuss Cox <rsc@golang.org>
Wed, 4 Nov 2015 20:28:47 +0000 (15:28 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 16 Nov 2015 20:38:42 +0000 (20:38 +0000)
commit247959d9b85be560d71b81e0e44fcf4c9cc900e4
tree549d1c8d8d598eea4f2e4fce595fea805d818791
parentf2eb3de6360629657e20b4eaaf34fa6b32a255ba
cmd/compile: reject identifiers beginning with non-ASCII digit

Fixes #11359.

Change-Id: I0fdfa410939f7e42020cbb19d74a67e1cc3cd610
Reviewed-on: https://go-review.googlesource.com/16919
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/lex.go
test/fixedbugs/issue11359.go [new file with mode: 0644]