https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87788
--- Comment #10 from Iain Buclaw <ibuclaw at gdcproject dot org> --- (In reply to Iain Sandoe from comment #4) > (In reply to Iain Buclaw from comment #3) > > Thanks, I'm just going to try building it now. > > didn't get much further - kinda looks like something isn't working right > with Version() such that the OSX/Darwin versions of the section refs are not > getting used - hopefully, it's just config stuff and will be obvious to you. To begin with this directive. .section minfo Should be: .section __DATA,minfo Looks like something new for the D language back-end stuff to handle.