What gcc to use for gdc master?

Iain Buclaw via D.gnu d.gnu at puremagic.com
Thu Jun 4 10:25:06 PDT 2015


On 4 June 2015 at 17:33, Dan Olson via D.gnu <d.gnu at puremagic.com> wrote:

> "Iain Buclaw via D.gnu" <d.gnu at puremagic.com> writes:
>
> > All PRs should be based on master, and they get trickled down to
> > release branches as needed.
> >
> > Master only works (or at least, has been tested) with the development
> > snapshot listed in gcc.version. Which would be version gcc-6 now.
>
> Ok, thanks.
>
> As a sanity step before switching to gcc-6, tried to build gdc-5 branch
> on OSX X86_64 with gcc-5.1.  I must be missing something because no
> versions are satisfied for thread.d fiber_switchContext().  Should
> D_InlineAsm_X86* versions be defined in GDC?  They are not in my build.
>
>
No.  Someone should port them to Asm_External and implement it in thread.S

This should be trivial except for the X32 target, which needs to be looked
at for the correct way to switch fibers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20150604/13e04c71/attachment.html>


More information about the D.gnu mailing list