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++/57626] [C++11] ICE with template alias and member function pointer


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57626

Daniel KrÃgler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.kruegler@googlemail.
                   |                            |com

--- Comment #1 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> ---
An ICE also exists with gcc 4.9.0 20130609 (experimental), but the diagnostics
is quite different for me:

"main.cpp|8|internal compiler error: tree check: accessed elt 3 of tree_vec
with 2 elts in tsubst_pack_expansion, at cp/pt.c:9402"

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