https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87788
--- Comment #11 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Iain Buclaw from comment #10) > (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. OK - but I noticed there was a __DATA,__minfodata section referenced in libphobos//libdruntime/rt/sections_osx.d .. which maybe misled me to believe that was the intended section?