-
Notifications
You must be signed in to change notification settings - Fork 59
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
Swapping arrays #815
Comments
vbgl
added a commit
that referenced
this issue
May 30, 2024
vbgl
added a commit
that referenced
this issue
Jun 3, 2024
vbgl
added a commit
that referenced
this issue
Jun 3, 2024
vbgl
added a commit
that referenced
this issue
Jun 3, 2024
bgregoir
pushed a commit
that referenced
this issue
Jun 3, 2024
clebreto
pushed a commit
that referenced
this issue
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following program leads to an internal compilation error: “stack allocation: variable a should be a reg ptr”.
I see two possible fixes: either reject this program early (e.g., during pre-typing) or strengthen make-reference-arguments to also take care of pseudo-operators.
The text was updated successfully, but these errors were encountered: