[Bug c++/79503] [7 Regression] [new inheriting ctors] spurious bad candidate from same or derived type
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 17 02:34:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79503
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Known to work| |6.3.0
Keywords| |rejects-valid
Last reconfirmed| |2017-02-17
CC| |msebor at gcc dot gnu.org
Ever confirmed|0 |1
Summary|[new inheriting ctors] |[7 Regression] [new
|spurious bad candidate from |inheriting ctors] spurious
|same or derived type |bad candidate from same or
| |derived type
Known to fail| |7.0
--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed. Bisection points to r243178 (gcc 7.0.0):
r243178 | jason | 2016-12-02 08:58:32 -0500 (Fri, 02 Dec 2016) | 2 lines
* call.c (add_function_candidate): Also exclude inherited ctors
that take a type reference-related to the derived class.
More information about the Gcc-bugs
mailing list