Skip to content

Remove unused parameter caller from generating Call expressions #1193

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

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

philberty
Copy link
Member

Within const context the fncontext maybe empty which in turn results in a
segv for generating const calls which will be evaluated by the const-expr
code anyway.

Addresses #1130

Within const context the fncontext maybe empty which in turn results in a
segv for generating const calls which will be evaluated by the const-expr
code anyway.

Addresses #1130
@philberty philberty added the bug label Apr 28, 2022
@philberty philberty requested a review from CohenArthur April 28, 2022 13:44
Copy link
Member

@CohenArthur CohenArthur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@philberty
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 28, 2022

Build succeeded:

@bors bors bot merged commit 83e13db into master Apr 28, 2022
@philberty philberty deleted the phil/unused-call-expr-param branch April 28, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants