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

Sema: panic on int add/sub/mul overflow #11174

Closed
wants to merge 1 commit into from

Conversation

sengir
Copy link
Contributor

@sengir sengir commented Mar 15, 2022

This relies on {add,sub,mul}_with_overflow, so it will be incompatible
with most backends for now. Closes #6017.

This relies on {add,sub,mul}_with_overflow, so it will be incompatible
with most backends for now.
@sengir
Copy link
Contributor Author

sengir commented Mar 26, 2022

Closed in favor of #11316

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

Successfully merging this pull request may close these issues.

safety/panic for integer addition
1 participant