http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
--- Comment #3 from Tobias Schuele 2012-03-22
15:36:42 UTC ---
Here is a testcase not including anything:
template
struct foo {
operator T() {
return T();
}
};
template
struct test {
foo x;
void bar() {
auto f = [this] {return
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
Bug #: 52619
Summary: ICE/segmentation fault in lambda function
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51811
Bug #: 51811
Summary: [C++0x] Incorrect incrementation/decrementation of
atomic pointers
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED