Re: [PATCH] Fix g++.dg/cpp2a/lambda-this3.C (Re: PATCH to enable testing C++17 by default)

2018-10-23 Thread Jason Merrill
OK. On Tue, Oct 23, 2018 at 4:52 AM Jakub Jelinek wrote: > > On Wed, Oct 17, 2018 at 03:31:43PM -0400, Marek Polacek wrote: > > As discussed in > > it > > seems to be a high time we turned on testing C++17 by default. > > > > The only

Re: [PATCH] Fix g++.dg/cpp2a/lambda-this3.C (Re: PATCH to enable testing C++17 by default)

2018-10-23 Thread Marek Polacek
On Tue, Oct 23, 2018 at 10:52:02AM +0200, Jakub Jelinek wrote: > On Wed, Oct 17, 2018 at 03:31:43PM -0400, Marek Polacek wrote: > > As discussed in > > it > > seems to be a high time we turned on testing C++17 by default. > > > > The

[PATCH] Fix g++.dg/cpp2a/lambda-this3.C (Re: PATCH to enable testing C++17 by default)

2018-10-23 Thread Jakub Jelinek
On Wed, Oct 17, 2018 at 03:31:43PM -0400, Marek Polacek wrote: > As discussed in it > seems to be a high time we turned on testing C++17 by default. > > The only interesting part is at the very end, otherwise most of the changes is > just

Re: PATCH to enable testing C++17 by default

2018-10-20 Thread Marek Polacek
On Wed, Oct 17, 2018 at 03:19:42PM -0600, Jeff Law wrote: > On 10/17/18 1:31 PM, Marek Polacek wrote: > > As discussed in > > it > > seems to be a high time we turned on testing C++17 by default. > > > > The only interesting part is at

Re: PATCH to enable testing C++17 by default

2018-10-19 Thread Mike Stump
On Oct 17, 2018, at 2:19 PM, Jeff Law wrote: >> 2018-10-17 Marek Polacek >> >> * g++.dg/*.C: Use target c++17 instead of explicit dg-options. >> * lib/g++-dg.exp: Don't test C++11 by default. Add C++17 to >> the list of default stds to test.Given this follows Jason's >>

Re: PATCH to enable testing C++17 by default

2018-10-17 Thread Jeff Law
On 10/17/18 1:31 PM, Marek Polacek wrote: > As discussed in it > seems to be a high time we turned on testing C++17 by default. > > The only interesting part is at the very end, otherwise most of the changes is > just using { target c++17

PATCH to enable testing C++17 by default

2018-10-17 Thread Marek Polacek
As discussed in it seems to be a high time we turned on testing C++17 by default. The only interesting part is at the very end, otherwise most of the changes is just using { target c++17 } instead of explicit dg-options. Removing