This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/44175] [C++0x] decltype sometimes cannot recurse
- 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: Wed, 8 Jun 2011 21:57:36 +0000
- Subject: [Bug c++/44175] [C++0x] decltype sometimes cannot recurse
- Auto-submitted: auto-generated
- References: <bug-44175-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44175
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.7.0
--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-08 21:56:46 UTC ---
The deep recursion issue is in the actual recursive template substitution, not
the tinst_level stuff.