Re: C++ PATCH to add a test for c++/81860

2018-01-12 Thread Marek Polacek
On Fri, Jan 12, 2018 at 10:12:15AM +0100, Rainer Orth wrote: > Hi Nathan, > > >> On 01/02/2018 09:36 AM, Marek Polacek wrote: > >>> This test exercising inheriting a template constructor in this PR got > >>> fixed with > >>> r251426. As I don't see any lambdas here, I thought it worth to add it.

Re: C++ PATCH to add a test for c++/81860

2018-01-12 Thread Rainer Orth
Hi Nathan, >> On 01/02/2018 09:36 AM, Marek Polacek wrote: >>> This test exercising inheriting a template constructor in this PR got >>> fixed with >>> r251426. As I don't see any lambdas here, I thought it worth to add it. >>> >>> Tested on x86_64-linux, ok for trunk? >>> >>> 2018-01-02 Marek P

Re: C++ PATCH to add a test for c++/81860

2018-01-08 Thread Rainer Orth
Hi Nathan, > On 01/02/2018 09:36 AM, Marek Polacek wrote: >> This test exercising inheriting a template constructor in this PR got >> fixed with >> r251426. As I don't see any lambdas here, I thought it worth to add it. >> >> Tested on x86_64-linux, ok for trunk? >> >> 2018-01-02 Marek Polacek

Re: C++ PATCH to add a test for c++/81860

2018-01-02 Thread Nathan Sidwell
On 01/02/2018 09:36 AM, Marek Polacek wrote: This test exercising inheriting a template constructor in this PR got fixed with r251426. As I don't see any lambdas here, I thought it worth to add it. Tested on x86_64-linux, ok for trunk? 2018-01-02 Marek Polacek PR c++/81860

C++ PATCH to add a test for c++/81860

2018-01-02 Thread Marek Polacek
This test exercising inheriting a template constructor in this PR got fixed with r251426. As I don't see any lambdas here, I thought it worth to add it. Tested on x86_64-linux, ok for trunk? 2018-01-02 Marek Polacek PR c++/81860 * g++.dg/cpp0x/inh-ctor30.C: New test. --- g