[Bug c++/67054] Constructor inheritance with non-default constructible members

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 Andrew Pinski changed: What|Removed |Added CC||devgs at ukr dot net --- Comment #10

[Bug c++/67054] Constructor inheritance with non-default constructible members

2018-02-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/67054] Constructor inheritance with non-default constructible members

2018-02-12 Thread lkoppel at uwaterloo dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #8 from Leonid Koppel --- Fixed in 7.2.

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #7 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 15:47:25 2017 New Revision: 252096 URL: https://gcc.gnu.org/viewcvs?rev=252096=gcc=rev Log: PR c++/67054 - Inherited ctor with non-default-constructible members

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #6 from Jason Merrill --- Author: jason Date: Wed Aug 9 20:17:47 2017 New Revision: 251000 URL: https://gcc.gnu.org/viewcvs?rev=251000=gcc=rev Log: PR c++/67054 - Inherited ctor with non-default-constructible members

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-07-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Jul 26 17:39:26 2017 New Revision: 250583 URL: https://gcc.gnu.org/viewcvs?rev=250583=gcc=rev Log: PR c++/67054 - Inherited ctor with non-default-constructible members

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-05-29 Thread witosx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #4 from witosx at gmail dot com --- (In reply to DB from comment #3) > Still occurs in 4.8 to 7.1, according to this duplicate > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80851 > > Also, could we perhaps get a more useful title

[Bug c++/67054] Constructor inheritance with non-default constructible members

2017-05-22 Thread db0451 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 DB changed: What|Removed |Added CC||db0451 at gmail dot com --- Comment #3 from DB

[Bug c++/67054] Constructor inheritance with non-default constructible members

2016-12-02 Thread martin.hierholzer at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 --- Comment #2 from Martin Hierholzer --- I stumbled across this bug, too (and asked about it on stackoverflow, since I wasn't sure if it's valid C++11, see

[Bug c++/67054] Constructor inheritance with non-default constructible members

2015-07-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid