-
Notifications
You must be signed in to change notification settings - Fork 7
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
herbgrind crashes while running #27
Comments
Hmm, looks like our type checker is seeing an inconsistency. Could be because of the use of -ffast-math? I'll try to reproduce and see if I can find the problem. |
I have tried same benchmark with O0, O1,O2,O3. It won't crash for O2 but
crashes for all other cases.
…On Thu, Jun 28, 2018, 2:15 PM Alex Sanchez-Stern ***@***.***> wrote:
Hmm, looks like our type checker is seeing an inconsistency. Could be
because of the use of -ffast-math? I'll try to reproduce and see if I can
find the problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgT1SMtAz46XliRVJcffI_VDOtd88vngks5uBR1dgaJpZM4U469B>
.
|
As far as I can tell, at that optimization level |
This has been fixed in PR #30 |
Hi,
Most of the time herbgrind crashes with this error
I got this error while running spec2006 fp benchmark sphinx.
This is the configuration I have used to build this benchmark
Please let me know if you have fix for this error.
The text was updated successfully, but these errors were encountered: