-
Notifications
You must be signed in to change notification settings - Fork 42
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
Strange bug in preprocessor #722
Comments
This bug is present in morello-llvm, but not in cheri-llvm. I've also verified that it's an am armv8-a bug on compiler explorer. It should be submitted to https://git.morello-project.org/morello/llvm-project/-/issues for Arm's attention. |
You’ve hit the case that was fixed in llvm/llvm-project@c6b0b16 upstream, it seems. Not a bug in CHERI LLVM, and won’t be a bug in Morello LLVM once updated to 14. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the Morello clang:
outputs:
But with clang 14.0.0 from Ubuntu, it outputs:
Note two lines, verses one.
Martin
The text was updated successfully, but these errors were encountered: