On 4 June 2015 at 17:33, Dan Olson via D.gnu <d.gnu@puremagic.com> wrote:
> "Iain Buclaw via D.gnu" <d.gnu@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.