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

fixes #13744 #13749

Merged
merged 2 commits into from
Mar 25, 2020
Merged

fixes #13744 #13749

merged 2 commits into from
Mar 25, 2020

Conversation

cooldome
Copy link
Member

@cooldome cooldome commented Mar 25, 2020

fixes #13744, solution is not to use range checks for bool conversions
handling to bool conversion in vm and c/cpp backends.
js backend is already using !!x for bool conversions, no changes are required.

@Araq Araq added the merge_when_passes_CI mergeable once green label Mar 25, 2020
@cooldome cooldome merged commit 182d3c1 into devel Mar 25, 2020
@narimiran narimiran deleted the conv_to_bool branch April 30, 2020 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge_when_passes_CI mergeable once green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bool conversion produces vcc 2019 warning at cpp compilation stage
2 participants