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

Add -fdollars-in-identifiers / -fno-dollars-in-identifiers option #132

Closed
ehaas opened this issue Nov 26, 2021 · 0 comments · Fixed by #152
Closed

Add -fdollars-in-identifiers / -fno-dollars-in-identifiers option #132

ehaas opened this issue Nov 26, 2021 · 0 comments · Fixed by #152
Labels
enhancement New feature or request

Comments

@ehaas
Copy link
Collaborator

ehaas commented Nov 26, 2021

By default clang and gcc allow dollar signs in identifiers even though they are not part of the basic character set. Some target machines do not support dollars in identifiers because the target assembler does not allow them, so -fno-dollars-in-identifiers can be used to make them illegal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants