re PR c++/69005 (infinite(?) recursion in template instantiations)
authorJason Merrill <jason@redhat.com>
Fri, 25 Dec 2015 03:24:51 +0000 (22:24 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 25 Dec 2015 03:24:51 +0000 (22:24 -0500)
commitee9661d435ccb883fe737e14813e24405942971c
treee65fcae433ddcb754e0829e802b900eff22a553a
parent36e7989ff07dab6bbf4e2f7ea1b577a4027c4772
re PR c++/69005 (infinite(?) recursion in template instantiations)

PR c++/69005

* call.c (add_template_candidate_real): Don't try to deduce X(X).

From-SVN: r231952
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/cpp0x/defaulted50.C [new file with mode: 0644]