Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler: Disallow rune literals with '\X'.
http://golang.org/ref/spec#Rune_literals states that rune literals encoded as hex bytes must begin with lowercase '\x'. Fixes golang/go#11575. Reviewed-on: https://go-review.googlesource.com/12158 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226184 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information