Skip to content
New issue

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: does not understand greek capiltal letter yot #11569

Closed
dvyukov opened this issue Jul 3, 2015 · 4 comments
Closed

gccgo: does not understand greek capiltal letter yot #11569

dvyukov opened this issue Jul 3, 2015 · 4 comments
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jul 3, 2015

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)

@dvyukov
Copy link
Member Author

dvyukov commented Jul 3, 2015

@paranoiacblack

@dvyukov
Copy link
Member Author

dvyukov commented Jul 3, 2015

The same for MYANMAR LETTER KHAMTI HA
http://www.fileformat.info/info/unicode/char/aa6d/index.htm

@ianlancetaylor
Copy link
Contributor

Probably we need to update unicode_letters in lex.cc.

@gopherbot
Copy link
Contributor

CL https://golang.org/cl/12652 mentions this issue.

@golang golang locked and limited conversation to collaborators Aug 5, 2016
asiekierka pushed a commit to WonderfulToolchain/gcc-ia16 that referenced this issue May 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants