This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/64520] [4.8/4.9/5 Regression] ICE with std::initializer_list


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64520

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jan 13 21:04:28 2015
New Revision: 219557

URL: https://gcc.gnu.org/viewcvs?rev=219557&root=gcc&view=rev
Log:
    PR c++/64520
    * pt.c (unify): Don't try to deduce to std::initializer_list<T...>.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist91.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]