Re: [committed] C++ PATCH to add test for c++/83856

2018-12-04 Thread Christophe Lyon
On Mon, 3 Dec 2018 at 17:05, Marek Polacek wrote: > > On Mon, Dec 03, 2018 at 10:14:11AM +0100, Christophe Lyon wrote: > > This new test fails on arm and other targets according to > > gcc-testresults. On arm, I can see: > > /gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C:6:27: fatal error: >

Re: [committed] C++ PATCH to add test for c++/83856

2018-12-03 Thread Marek Polacek
On Mon, Dec 03, 2018 at 10:14:11AM +0100, Christophe Lyon wrote: > This new test fails on arm and other targets according to > gcc-testresults. On arm, I can see: > /gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C:6:27: fatal error: > definition of 'class std::initializer_list<_E>' does not

Re: [committed] C++ PATCH to add test for c++/83856

2018-12-03 Thread Christophe Lyon
On Sat, 1 Dec 2018 at 23:01, Marek Polacek wrote: > > Tested x86_64-linux, applying to trunk. > > 2018-12-01 Marek Polacek > > PR c++/83856 > * g++.dg/cpp1y/lambda-generic-83856.C: New test. > > diff --git gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C >

[committed] C++ PATCH to add test for c++/83856

2018-12-01 Thread Marek Polacek
Tested x86_64-linux, applying to trunk. 2018-12-01 Marek Polacek PR c++/83856 * g++.dg/cpp1y/lambda-generic-83856.C: New test. diff --git gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C new file mode 100644 index