PR c++/85864 - literal template and default template arg.
commit7e99dceb0edec587baecf2badc7de69b0cc86968
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 May 2018 14:27:10 +0000 (24 14:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 May 2018 14:27:10 +0000 (24 14:27 +0000)
treee82dddcb99f76bcedc3c082533dd13d7a76753b3
parent98ed47bcc3da001ea60d1f63f16c95dc10b9e872
PR c++/85864 - literal template and default template arg.

* pt.c (instantiation_dependent_r): Handle NONTYPE_ARGUMENT_PACK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260672 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/udlit-char-template2.C [new file with mode: 0644]