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: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 23 Jul 2011 15:55:00 +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
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.07.23 15:54:58
CC| |jason at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-23 15:54:58 UTC ---
The new if block added at the beginning of cp_parser_qualifying_entity as part
of implementing DR 743, returns NULL_TREE as TYPE_NAME (scope).