Re: [PATCH] X86: Provide a CTOR for stringop_algs [PR100246].

2021-07-06 Thread Iain Sandoe
> On 5 Jul 2021, at 14:23, Richard Biener wrote: > > On Mon, Jul 5, 2021 at 3:04 PM Iain Sandoe wrote: >> >> Hi Richard, >> >>> On 5 Jul 2021, at 11:50, Richard Biener via Gcc-patches >>> wrote: >>> >>> On Sun, Jul 4, 2021 at 10:04 PM Iain Sandoe wrote: >> Several older compilers f

Re: [PATCH] X86: Provide a CTOR for stringop_algs [PR100246].

2021-07-05 Thread Richard Biener via Gcc-patches
On Mon, Jul 5, 2021 at 3:04 PM Iain Sandoe wrote: > > Hi Richard, > > > On 5 Jul 2021, at 11:50, Richard Biener via Gcc-patches > > wrote: > > > > On Sun, Jul 4, 2021 at 10:04 PM Iain Sandoe wrote: > > >> Several older compilers fail to build modern GCC because of missing > >> or incomplete C++

Re: [PATCH] X86: Provide a CTOR for stringop_algs [PR100246].

2021-07-05 Thread Iain Sandoe
Hi Richard, > On 5 Jul 2021, at 11:50, Richard Biener via Gcc-patches > wrote: > > On Sun, Jul 4, 2021 at 10:04 PM Iain Sandoe wrote: >> Several older compilers fail to build modern GCC because of missing >> or incomplete C++11 support. >> >> (although the PR mentions clang, specifically, th

Re: [PATCH] X86: Provide a CTOR for stringop_algs [PR100246].

2021-07-05 Thread Richard Biener via Gcc-patches
On Sun, Jul 4, 2021 at 10:04 PM Iain Sandoe wrote: > > Hi, > > Several older compilers fail to build modern GCC because of missing > or incomplete C++11 support. > > (although the PR mentions clang, specifically, this has also been reported > for some GCC versions within the range that should be

[PATCH] X86: Provide a CTOR for stringop_algs [PR100246].

2021-07-04 Thread Iain Sandoe
Hi, Several older compilers fail to build modern GCC because of missing or incomplete C++11 support. (although the PR mentions clang, specifically, this has also been reported for some GCC versions within the range that should be able to bootstrap GCC) There are several possible solutions prop