re PR c++/64520 (ICE with std::initializer_list)
authorJason Merrill <jason@redhat.com>
Tue, 13 Jan 2015 21:04:28 +0000 (16:04 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 Jan 2015 21:04:28 +0000 (16:04 -0500)
commit8f413ae21e40877f5f6926d4de79966121edf501
treefd1a0a2ea0b5aefb3aa9a1e237b734f7525ad71b
parent2001028ad3a44e5333333c175118837dba03c620
re PR c++/64520 (ICE with std::initializer_list)

PR c++/64520
* pt.c (unify): Don't try to deduce to std::initializer_list<T...>.

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