Thread overview
[Issue 19249] Trying to build DMD for windows with LDC fails
Sep 20, 2018
Nicholas Wilson
Sep 20, 2018
Nicholas Wilson
Sep 20, 2018
kinke@gmx.net
Sep 29, 2018
kinke@gmx.net
May 26, 2019
Nicholas Wilson
September 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19249

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator@hotmail.co
                   |                            |m

--- Comment #1 from Nicholas Wilson <iamthewilsonator@hotmail.com> ---
32 bit: https://github.com/dlang/dmd/pull/8719

--
September 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19249

--- Comment #2 from Nicholas Wilson <iamthewilsonator@hotmail.com> ---
Hmm, for 64-bit

module dmd.backend.cod4;
enum
{
    BX,
    DX,
    CX
}
extern (C++):
__gshared const uint[4] dblreg = [ BX,DX,cast(uint)-1,CX ];
void main()
{

}

does not reproduce.

Any odd flags being used?

--
September 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19249

kinke@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke@gmx.net

--- Comment #3 from kinke@gmx.net ---
Win32 __c_long fix: https://github.com/dlang/druntime/pull/2302

General dblreg issue: https://github.com/ldc-developers/ldc/issues/2849

--
September 29, 2018
https://issues.dlang.org/show_bug.cgi?id=19249

--- Comment #4 from kinke@gmx.net ---
Should be working with LDC v1.12-beta2 again.

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19249

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--