[PR c++/84702] ICE with default tmpl arg of overload set
commit3917fefa9da881c3e265f824c902a10ee52c6824
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2018 18:44:24 +0000 (5 18:44 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2018 18:44:24 +0000 (5 18:44 +0000)
tree3d3337c6e83407d6dcc12a19b335e5191d3a90be
parenteebc53f1c24f8cadd37d11ca8e4889729b016c16
[PR c++/84702] ICE with default tmpl arg of overload set

https://gcc.gnu.org/ml/gcc-patches/2018-03/msg00227.html
PR c++/84702
* pt.c (process_template_arg): Mark lookup_keep on a default arg.

PR c++/84702
* g++.dg/lookup/pr84702.C: New.

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