[Bug c++/81860] [7 Regression] Call to undefined inline function involving inheriting constructors

2018-02-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Jonathan Wakely changed: What|Removed |Added Target Milestone|7.3 |7.4 --- Comment #10 from Jonathan

[Bug c++/81860] [7 Regression] Call to undefined inline function involving inheriting constructors

2018-02-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Mon Feb 19 14:53:36 2018 New Revision: 257806 URL: https://gcc.gnu.org/viewcvs?rev=257806=gcc=rev Log: Fix lambdas in template default argument of inherited ctor. gcc/cp: Backport

[Bug c++/81860] [7 Regression] Call to undefined inline function involving inheriting constructors

2018-01-25 Thread wielkiegie at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 --- Comment #8 from Gustaw Smolarczyk --- Hello, Can I expect the fix to be backported to the gcc 7 branch? gcc 7.3.0 has apparently shipped with the bug still present.

[Bug c++/81860] [7 Regression] Call to undefined inline function involving inheriting constructors

2018-01-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---