This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49823] [C++0x] ICE on decltype(expr)::type with template
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 25 Jul 2011 05:03:56 +0000
- Subject: [Bug c++/49823] [C++0x] ICE on decltype(expr)::type with template
- Auto-submitted: auto-generated
- References: <bug-49823-4@http.gcc.gnu.org/bugzilla/>
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