This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52613] [C++11] ICE with noexcept in lambda expression in member function of class 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: Tue, 20 Mar 2012 11:13:31 +0000
- Subject: [Bug c++/52613] [C++11] ICE with noexcept in lambda expression in member function of class template
- Auto-submitted: auto-generated
- References: <bug-52613-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52613
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-03-20
CC| |jason at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-20 11:13:31 UTC ---
Confirmed. Here too, like in PR52619, the crash happens in lvalue_kind when an
INDIRECT_REF has no TREE_TYPE. And a lambda is also involved.
Jason, are we dealing with the same issue?