[Bug c++/69961] Segfault when calling constructor from variadic template by referring to T::T

ppalka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Feb 28 14:05:00 GMT 2016


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.


More information about the Gcc-bugs mailing list