uot;_5_1_2_8.cpp"
# 1 ""
# 1 ""
# 1 "_5_1_2_8.cpp"
struct S2 { void f(int i); };
void S2::f(int i) {
[&, i]{ };
[&, &i]{ };
[=, this]{ };
}
--
Summary: [C++0x] gcc-4.5.0 does not fail invalid lambda captures
(against n3092 5.1.2/8)
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: paul dot bibbings at gmail dot com
GCC host triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43831
Summary: [C++0x] gcc-4.5.0 fails to transform id-expression into
class member access in lambda compound-statement
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: paul dot bibbings at gmail dot com
GCC host triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43856
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: paul dot bibbings at gmail dot com
GCC host triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43875
ReportedBy: paul dot bibbings at gmail dot com
GCC host triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43886