We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gccgo fails to compile the following program:
package p const Ϳ = 0
go.go:2:7: error: invalid character 0x37f in input file
That's greek capiltal letter yot: http://www.fileformat.info/info/unicode/char/37f/index.htm
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered:
@paranoiacblack
Sorry, something went wrong.
The same for MYANMAR LETTER KHAMTI HA http://www.fileformat.info/info/unicode/char/aa6d/index.htm
Probably we need to update unicode_letters in lex.cc.
CL https://golang.org/cl/12652 mentions this issue.
golang/gofrontend@19f0ec5
compiler: Update unicode tables.
3176040
Fixes golang/go#11569. Reviewed-on: https://go-review.googlesource.com/12652 From-SVN: r226452
No branches or pull requests
gccgo fails to compile the following program:
That's greek capiltal letter yot:
http://www.fileformat.info/info/unicode/char/37f/index.htm
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered: