-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
[DUB][scid] test crashes #823
Labels
Comments
You might want to reduce this using dustmite. |
dustmite don't work for me on OS X =(. Anyway there is reduced test: cdouble bar;
ref cdouble foo()
{
return bar;
} |
redstar
added a commit
that referenced
this issue
Feb 25, 2015
The issue itself was fixed with the ABI rewrite. The ICE occured with x86_64-linux-gnu.
Could you please check if the problem is still present? On Linux/x86_64 it was solved with the new ABI code (#768). |
Compiled with master just now
|
Could you please try with master again? The problem seems to be cause by |
Fixed. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://travis-ci.org/kyllingstad/scid/jobs/46697692.
The text was updated successfully, but these errors were encountered: