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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:3a285529ee338ef2867ae7add26b6493f004bf0d

commit r10-7176-g3a285529ee338ef2867ae7add26b6493f004bf0d
Author: Jason Merrill <ja...@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Fix ICE-after-error on partial spec [92068]

    Here the template arguments for the partial specialization are valid
    arguments for the template, but not for a partial specialization, because
    'd' can never be deduced to anything other than an empty pack.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <ja...@redhat.com>

            PR c++/92068
            * pt.c (process_partial_specialization): Error rather than crash on
            extra pack expansion.

Reply via email to