-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Build switches: unconditionally add -gnatW8 #972
Conversation
I'm in favor of all things Unicode/UTF-8. I do remember however some discussions about this on c.l.a. about things not working out so seamlessly. See https://groups.google.com/g/comp.lang.ada/c/l0aflBePm_E/m/BUtW96RhAgAJ and following discussion. I'm leaving this here before merging for a while just in case, with the idea of merging it for the next release if we found no objection. I admit to having no experience with the issue. |
After some further discussion, the risk of introducing incompatibilities is too high to make this the default switch. |
Could you elaborate? What incompatibilities did you find? I've compiled these two files and got exactly assembler output: package Pkg is
["03C0"] : Integer;
end Pkg;
package Pkg is
π : Integer;
end Pkg;
|
|
CC @reznikmm