[Bug c++/79549] [7 Regression] [c++1z] ICE in tsubst, at cp/pt.c:13474 with partial specialization of auto... template parameter pack
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 16 13:28:00 GMT 2017
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.
More information about the Gcc-bugs
mailing list