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.

Reply via email to