-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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 CUNEIFORM SIGN DUG TIMES MI #12322
Comments
The same for ANATOLIAN HIEROGLYPH A137 |
This is just gccgo's unicode letter table being out of sync with the one in the unicode package. |
What does it mean? Do I need to do some additional steps when integrating gofrontend into gcc? |
CL https://golang.org/cl/13985 mentions this issue. |
Sorry, I sent out a CL to synchronize them; I expected the gopher bot to reply to this issue faster. But it would be nice to report any other valid unicode characters that are not accepted by gccgo in this issue. They should all be resolvable by updating the unicode table. |
Fixes golang/go#12322. Reviewed-on: https://go-review.googlesource.com/13985 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228497 138bc75d-0d04-0410-961f-82ee72b054a4
Fixes golang/go#12322. Reviewed-on: https://go-review.googlesource.com/13985 From-SVN: r228497
gccgo rejects to compile the following program (in hex):
That 0x124a4 seems to be a letter:
http://www.fileformat.info/info/unicode/char/124a4/index.htm
gofrontend is on commit 81810917af7ba19e1f9f8efc8b1989f7d6419d30
The text was updated successfully, but these errors were encountered: