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

Don't inline is_value_non_zero () to be evaluated at runtime. #807

Closed
wants to merge 1 commit into from

Conversation

dlaugt
Copy link

@dlaugt dlaugt commented Jul 26, 2022

I'm compiling a program using boost math (1.79.0) with gcc 7.3.1. When I run the program with Valgrind, I have an overflow exception at startup. The following patch fixes the issue.

@jzmaddock
Copy link
Collaborator

Ugh, that's the correct fix, but we need to tweak it to maintain compatibility with standalone mode.

@jzmaddock
Copy link
Collaborator

Fixed in linked PR above, closing this one.

@jzmaddock jzmaddock closed this Jul 27, 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

Successfully merging this pull request may close these issues.

2 participants