]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/59759 (internal compiler error: in unify, using std::enable_if on classes)
authorJason Merrill <jason@redhat.com>
Tue, 19 Jan 2016 19:00:21 +0000 (14:00 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 19 Jan 2016 19:00:21 +0000 (14:00 -0500)
commit33f488425964a50f8bcd847980c02beea8b25956
tree5619684f985ef38c0ced0fa21b91f394c85a805c
parenta88d10cb99e33d58fd07a4bad0ae7d523d731135
re PR c++/59759 (internal compiler error: in unify, using std::enable_if on classes)

PR c++/59759
* pt.c (convert_template_argument): Handle VAR_DECL properly.

From-SVN: r232580
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/temp_default6.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/temp_default7.C [new file with mode: 0644]