]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/59707 (Crash when using std::map with template class)
authorJason Merrill <jason@redhat.com>
Thu, 30 Jan 2014 05:28:52 +0000 (00:28 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 30 Jan 2014 05:28:52 +0000 (00:28 -0500)
commit3c4e06c27a886a2b5a2f46d197a2476c8baa46ce
tree0eb018ba052dc4372a048baf50937c95dd617962
parent3b16363e1aa7ff2a614290db89f853b995807601
re PR c++/59707 (Crash when using std::map with template class)

PR c++/59707
* call.c (add_builtin_candidate): Catch dependent types.

From-SVN: r207295
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/template/operator12.C [new file with mode: 0644]