Re: [PATCH] d: Add windows support for D compiler (PR91595)

2021-03-26 Thread ibuclaw--- via Gcc-patches
> On 21/03/2021 12:58 Iain Buclaw wrote: > > > Hi, > > This patch adds necessary backend support for MinGW/Cygwin targets so > that all relevant predefined version conditions are available, a > prerequesite for building most parts of libphobos. > After some more testing done building

[PATCH] d: Add windows support for D compiler (PR91595)

2021-03-21 Thread Iain Buclaw via Gcc-patches
Hi, This patch adds necessary backend support for MinGW/Cygwin targets so that all relevant predefined version conditions are available, a prerequesite for building most parts of libphobos. Tested gdc by building x86_64-pc-mingw64 as a cross compiler, before I commit it to mainline, is there