-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Unintuitive error message caused by [*]
#1897
Comments
So I fired up gdb and found out that EDIT: On second thought, I think it makes more sense to just leave the issue open to document the concern. Sry 'bout that. |
[*]
Thanks for the report! I agree that it's worth it to improve this error message. |
On master, I tried using the wrong syntax for pointer dereferencing and got a surprising error message (similar in appearance to #401) on this minimal input:
Output:
Obviously, the mistake is not my use of the letter 'z' but rather that I have a malformed expression.
The text was updated successfully, but these errors were encountered: