Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

add special c_long_double type for MSVC++ #958

Merged
merged 1 commit into from
Sep 15, 2014

Conversation

WalterBright
Copy link
Member

This completes the druntime side of dlang/dmd#3981

@WalterBright
Copy link
Member Author

Needs dmd #3990 to pass.

@9rnsr
Copy link
Contributor

9rnsr commented Sep 15, 2014

Auto-merge toggled on

9rnsr added a commit that referenced this pull request Sep 15, 2014
add special c_long_double type for MSVC++
@9rnsr 9rnsr merged commit f7bca7e into dlang:master Sep 15, 2014
@CyberShadow
Copy link
Member

With this patch, building Druntime with -g segfaults the compiler.

@CyberShadow
Copy link
Member

Reduced:

// dmd -c -g config.d

struct __c_long_double
{
    this(double ) { }
    double ld;
}

@CyberShadow
Copy link
Member

Filed an issue since no one replied in 3 days:

https://issues.dlang.org/show_bug.cgi?id=13514

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants