https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69961

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ppalka at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot 
gnu.org

--- Comment #2 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Very closely related to PR c++/68948.  The difference here is that the
constructor call has dependent arguments so we delaying processing it until
instantiation.  If we add back in the tsubst_baselink changes that I reverted
in r233563 then we will diagnose this dependent case too.

Reply via email to