Re: DMD 2.067.1 pulled into master

2016-03-24 Thread Kai Nacke via D.gnu
On Wednesday, 23 March 2016 at 18:09:06 UTC, Sebastien Alaiwan wrote: On 2016-03-23 12:24, Temtaime via D.gnu wrote: No one from GDC's team wanna join LDC's one ? Is LDC currently suffering from a lack of developers? No. Regards, Kai

[Bug 216] master: std.json unittest fails: memcmp of struct containing a union

2016-03-24 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=216 --- Comment #1 from Johannes Pfau --- DMD issue: https://issues.dlang.org/show_bug.cgi?id=15828 -- You are receiving this mail because: You are watching all bug changes.

Re: Adding support for mingw-w64 and winpthread

2016-03-24 Thread Johannes Pfau via D.gnu
Am Thu, 24 Mar 2016 11:12:20 +0100 schrieb "Iain Buclaw via D.gnu" : > On 24 March 2016 at 10:52, Vincent R via D.gnu > wrote: > > > Hi, > > > > I would like to generate gdc compiler on msys2/mingw-w64 platform. > > The build system on msys2 uses archlinux build architecture and the > > build fi

Re: Adding support for mingw-w64 and winpthread

2016-03-24 Thread Vincent R via D.gnu
On Thursday, 24 March 2016 at 10:12:20 UTC, Iain Buclaw wrote: How readily does Mingw support pthreads? What may be needed is simply a new package for mingw-specific system functions (ie: core.sys.mingw.pthread). In the meantime, you should be able to get around by passing --enable-threads=win3

Re: Adding support for mingw-w64 and winpthread

2016-03-24 Thread Iain Buclaw via D.gnu
On 24 March 2016 at 10:52, Vincent R via D.gnu wrote: > Hi, > > I would like to generate gdc compiler on msys2/mingw-w64 platform. > The build system on msys2 uses archlinux build architecture and the build > file is here: > > https://github.com/vrichomme/MINGW-packages/blob/newfastrelease/mingw-

Adding support for mingw-w64 and winpthread

2016-03-24 Thread Vincent R via D.gnu
Hi, I would like to generate gdc compiler on msys2/mingw-w64 platform. The build system on msys2 uses archlinux build architecture and the build file is here: https://github.com/vrichomme/MINGW-packages/blob/newfastrelease/mingw-w64-gcc/PKGBUILD To generate it I followed the following steps: