Re: [PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]

2022-03-30 Thread Rainer Orth
Hi Iain, I don't know if you really saw this patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591844.html It's Cc'ed to you in my outbox, but somehow the Cc: is missing in the mail that arrived on gcc-patches ;-( > This patch documents the Solaris-specific D bootstrap requirements.

Re: [PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]

2022-03-17 Thread Rainer Orth
Hi Iain, >> I suspected that the 32-bit issue might be due to several stdint types >> being wrong, which was just fixed on master. At least the issue seemed >> similar to PR d/104738. I'm building a 64-bit trunk gdc as we speak in >> order to try that as a bootstrap compiler for a 32-bit build.

Re: [PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]

2022-03-16 Thread Iain Sandoe via Gcc-patches
Hi Rainer, > On 16 Mar 2022, at 15:55, Rainer Orth wrote: > >>> I've omitted the Darwin-specific stuff so far documented in PRs d/103577 >>> and d/103578: >>> >>> * needs --enable-libphobos >>> * top of gcc-11 branch only >>> * backport of -static-libphobos patch >>> * Darwin/i386 doesn't work

Re: [PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]

2022-03-16 Thread Rainer Orth
Hi Iain, >> I've omitted the Darwin-specific stuff so far documented in PRs d/103577 >> and d/103578: >> >> * needs --enable-libphobos >> * top of gcc-11 branch only >> * backport of -static-libphobos patch >> * Darwin/i386 doesn't work at all > > — hopefully we will not need to add that — > >

Re: [PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]

2022-03-16 Thread Iain Sandoe via Gcc-patches
> On 16 Mar 2022, at 13:28, Rainer Orth wrote: > > This patch documents the Solaris-specific D bootstrap requirements. > > Tested by building and inspecting gccinstall.{pdf,info}. > > Ok for trunk? > > I've omitted the Darwin-specific stuff so far documented in PRs d/103577 > and d/103578:

[PATCH] doc: Document Solaris D bootstrap requirements [PR 103528]

2022-03-16 Thread Rainer Orth
This patch documents the Solaris-specific D bootstrap requirements. Tested by building and inspecting gccinstall.{pdf,info}. Ok for trunk? I've omitted the Darwin-specific stuff so far documented in PRs d/103577 and d/103578: * needs --enable-libphobos * top of gcc-11 branch only * backport of