https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79549
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org Summary|[7 Regression] ICE in |[7 Regression] [c++1z] ICE |tsubst, at cp/pt.c:13474 |in tsubst, at cp/pt.c:13474 |with partial specialization |with partial specialization |of auto... template |of auto... template |parameter pack |parameter pack --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Then it really is an ICE in a new feature, before that revision we didn't support template <auto whatever> at all. That said, it would be good if this could be fixed for GCC7.