[Bug c++/52619] ICE/segmentation fault in lambda function

2012-03-22 Thread t.schuele at web dot de
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

[Bug c++/52619] New: ICE/segmentation fault in lambda function

2012-03-19 Thread t.schuele at web dot de
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

[Bug libstdc++/51811] New: [C++0x] Incorrect incrementation/decrementation of atomic pointers

2012-01-10 Thread t.schuele at web dot de
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