[Bug c++/81860] [7/8 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 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Tue Jan 2 15:05:09 2018 New Revision: 256076 URL: https://gcc.gnu.org/viewcvs?rev=256076=gcc=rev Log: PR c++/81860 * g++.dg/cpp0x/inh-ctor30.C: New test. Added:

[Bug c++/81860] [7/8 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|NEW |ASSIGNED CC|

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

2017-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Richard Biener changed: What|Removed |Added Priority|P3 |P2

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

2017-09-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Jonathan Wakely changed: What|Removed |Added Keywords|wrong-code |link-failure --- Comment #4 from

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

2017-09-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Jonathan Wakely changed: What|Removed |Added CC||joel.falcou at lri dot fr --- Comment

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

2017-08-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 --- Comment #2 from Jonathan Wakely --- tmp$ g++ test-case3.cpp -c && nm test-case3.o U _ZN1AIjEC1Ev W _ZN1BC1IiEET_RK1AIjE W _ZN1BC2IiEET_RK1AIjE n _ZN1BC5IiEET_RK1AIjE

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

2017-08-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code

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

2017-08-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.3 Summary|Call to