Re: [PATCH] doc: Remove misleading text about multilibs for IEEE long double

2022-04-28 Thread Michael Meissner via Gcc-patches
On Thu, Apr 28, 2022 at 10:46:17AM +0100, Jonathan Wakely wrote: > IIUC this text is not true (maybe it was back in 2018?) Initially I thought the way to transition to IEEE 128-bit long double would be through multilibs, but we never installed multilibs for the different long double types. So yea

Re: [PATCH] doc: Remove misleading text about multilibs for IEEE long double

2022-04-28 Thread Jakub Jelinek via Gcc-patches
On Thu, Apr 28, 2022 at 10:46:17AM +0100, Jonathan Wakely via Gcc-patches wrote: > IIUC this text is not true (maybe it was back in 2018?) > > OK for trunk? > > Which branches should it be on too, all of them? > > -- >8 -- > > The choice of ieee or ibm long double format is orthogonal to multil

[PATCH] doc: Remove misleading text about multilibs for IEEE long double

2022-04-28 Thread Jonathan Wakely via Gcc-patches
IIUC this text is not true (maybe it was back in 2018?) OK for trunk? Which branches should it be on too, all of them? -- >8 -- The choice of ieee or ibm long double format is orthogonal to multilibs, as the two sets of symbols co-exist and don't need a separate multilib. gcc/ChangeLog: