PR c++/85006 - -fconcepts ICE with A<auto...> return type
authorJason Merrill <jason@redhat.com>
Wed, 4 Apr 2018 19:19:34 +0000 (15:19 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 4 Apr 2018 19:19:34 +0000 (15:19 -0400)
commit001db6cf52711f785459558508ca6fa97e10bcae
treebb89ebc44f8ea8f5cb643ab6b3af74a4d11807bb
parent8859913ea3cbefdcf1aaec654744a358420d8138
PR c++/85006 - -fconcepts ICE with A<auto...> return type

* pt.c (tsubst_pack_expansion): Allow unsubstituted auto pack.

From-SVN: r259100
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/concepts/auto4.C [new file with mode: 0644]