Re: PSA: Default C++ dialect is now C++17

2020-09-15 Thread Jeff Law via Gcc-patches
On 9/14/20 7:17 PM, Marek Polacek via Gcc-patches wrote: > On Mon, Sep 14, 2020 at 11:13:18AM -0400, Jason Merrill via Gcc-patches wrote: >> On Mon, Jun 29, 2020 at 1:25 PM Martin Liška wrote: >>> On 6/29/20 4:57 PM, Marek Polacek wrote: On Mon, Jun 29, 2020 at 09:51:57AM +0200, Martin Liška

Re: PSA: Default C++ dialect is now C++17

2020-09-14 Thread Marek Polacek via Gcc-patches
On Mon, Sep 14, 2020 at 11:13:18AM -0400, Jason Merrill via Gcc-patches wrote: > On Mon, Jun 29, 2020 at 1:25 PM Martin Liška wrote: > > > > On 6/29/20 4:57 PM, Marek Polacek wrote: > > > On Mon, Jun 29, 2020 at 09:51:57AM +0200, Martin Liška wrote: > > >> On 6/26/20 9:34 PM, Marek Polacek via Gcc

Re: PSA: Default C++ dialect is now C++17

2020-09-14 Thread Jason Merrill via Gcc-patches
On Mon, Jun 29, 2020 at 1:25 PM Martin Liška wrote: > > On 6/29/20 4:57 PM, Marek Polacek wrote: > > On Mon, Jun 29, 2020 at 09:51:57AM +0200, Martin Liška wrote: > >> On 6/26/20 9:34 PM, Marek Polacek via Gcc-patches wrote: > >>> As discussed last month: > >>>

RE: PSA: Default C++ dialect is now C++17

2020-06-30 Thread Tamar Christina
> >> > > > > Just a small note that 510.parest_r SPEC 2017 benchmark can't be built > > now with default changed to -std=c++17. The spec config needs to be > adjusted. > > > > Martin > > And there one another failure in 520.omnetpp_r caused by run-time error: > Error during startup: Register_Func

Re: PSA: Default C++ dialect is now C++17

2020-06-29 Thread Martin Liška
On 6/29/20 9:51 AM, Martin Liška wrote: On 6/26/20 9:34 PM, Marek Polacek via Gcc-patches wrote: As discussed last month: it's time to change the C++ default to gnu++17.  I've committed the patch after testing x86_64-pc-linux-gnu a

Re: PSA: Default C++ dialect is now C++17

2020-06-29 Thread Martin Liška
On 6/29/20 4:57 PM, Marek Polacek wrote: On Mon, Jun 29, 2020 at 09:51:57AM +0200, Martin Liška wrote: On 6/26/20 9:34 PM, Marek Polacek via Gcc-patches wrote: As discussed last month: it's time to change the C++ default to gnu++1

Re: PSA: Default C++ dialect is now C++17

2020-06-29 Thread Marek Polacek via Gcc-patches
On Mon, Jun 29, 2020 at 09:51:57AM +0200, Martin Liška wrote: > On 6/26/20 9:34 PM, Marek Polacek via Gcc-patches wrote: > > As discussed last month: > > > > it's time to change the C++ default to gnu++17. I've committed the patch >

Re: PSA: Default C++ dialect is now C++17

2020-06-29 Thread Martin Liška
On 6/26/20 9:34 PM, Marek Polacek via Gcc-patches wrote: As discussed last month: it's time to change the C++ default to gnu++17. I've committed the patch after testing x86_64-pc-linux-gnu and powerpc64le-unknown-linux-gnu. Brace

Re: PSA: Default C++ dialect is now C++17

2020-06-26 Thread Marek Polacek via Gcc-patches
On Fri, Jun 26, 2020 at 03:34:09PM -0400, Marek Polacek via Gcc-patches wrote: > As discussed last month: > > it's time to change the C++ default to gnu++17. I've committed the patch > after > testing x86_64-pc-linux-gnu and powerpc

PSA: Default C++ dialect is now C++17

2020-06-26 Thread Marek Polacek via Gcc-patches
As discussed last month: it's time to change the C++ default to gnu++17. I've committed the patch after testing x86_64-pc-linux-gnu and powerpc64le-unknown-linux-gnu. Brace yourselves! Marek