-
-
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
MinGW: float format test fail #383
Comments
Is this still true? When using LDC commit 704ab30 with these submodules: b20422e runtime/druntime (druntime-2.052-1637-gb20422e) Edit: Note: Those runtime commits link to the wrong repo (LDC instead of the runtime libs). Running the tests:
No failures on my machine. Using MinGW 4.8.0 on Win7. |
Hmm I don't understand why the runtime libraries are tagged as |
The tag is the result of a git handling problem. While tagging the 0.13.0-alpha1 release, I pushed too many tags. I still don't have removed all tags. |
Available in release |
There is a test in
std.format
which still fails on MinGW right now: https://github.com/ldc-developers/phobos/blob/4d8ca34057c8bdf7f3705f6c5c16922cae080dfb/std/format.d#L3155Seems to be ABI-related.
The text was updated successfully, but these errors were encountered: