This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52487] [4.6/4.7/4.8 Regression] [C++11] ICE at cp/semantics.c:5613 with lambda capturing reference to incomplete type by value
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 10:13:39 +0000
- Subject: [Bug c++/52487] [4.6/4.7/4.8 Regression] [C++11] ICE at cp/semantics.c:5613 with lambda capturing reference to incomplete type by value
- Auto-submitted: auto-generated
- References: <bug-52487-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52487
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-03-05
Target Milestone|--- |4.6.4
Summary|[4.6/4.7 Regression] |[4.6/4.7/4.8 Regression]
|[C++11] ICE at |[C++11] ICE at
|cp/semantics.c:5613 with |cp/semantics.c:5613 with
|lambda capturing reference |lambda capturing reference
|to incomplete type by value |to incomplete type by value
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-05 10:13:39 UTC ---
Confirmed.