[Bug c++/52613] [C++11] ICE with noexcept in lambda expression in member function of class template
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Tue Mar 20 11:15:00 GMT 2012
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?
More information about the Gcc-bugs
mailing list