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

bad dereference compiler error #94

Closed
HPCguy opened this issue Feb 23, 2022 · 1 comment
Closed

bad dereference compiler error #94

HPCguy opened this issue Feb 23, 2022 · 1 comment

Comments

@HPCguy
Copy link
Contributor

HPCguy commented Feb 23, 2022

int main()
{
int *m;
*m = *(m-2); // bad dereference compiler error, RHS
return 0;
}

@HPCguy
Copy link
Contributor Author

HPCguy commented Jul 19, 2022

closed by #96

@HPCguy HPCguy closed this as completed Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant