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++/49823] [C++0x] ICE on decltype(expr)::type with template


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-25 05:03:54 UTC ---
Author: jason
Date: Mon Jul 25 05:03:50 2011
New Revision: 176732

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176732
Log:
    PR c++/49823
    * parser.c (cp_parser_qualifying_entity): Handle templates.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype21.C


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