[Bug c++/54403] [C++11] operator! applied to a member of a templated class in a lambda expression that captures 'this' pointer crashes compiler

2012-09-10 Thread ripper-tm at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54403 --- Comment #2 from Pavel 2012-09-10 16:58:15 UTC --- Described bug seems to refer to a set of bugs related to "this" pointer in lambdas. They can show up as wrong compiler errors or compiler segfaults.

[Bug c++/54403] [C++11] operator! applied to a member of a templated class in a lambda expression that captures 'this' pointer crashes compiler

2012-08-29 Thread ripper-tm at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54403 --- Comment #1 from Pavel 2012-08-29 10:38:21 UTC --- This is a regression. 4.6.3 works well.

[Bug c++/54403] New: [C++11] operator! applied to a member of a templated class in a lambda expression that captures 'this' pointer crashes compiler

2012-08-29 Thread ripper-tm at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54403 Bug #: 54403 Summary: [C++11] operator! applied to a member of a templated class in a lambda expression that captures 'this' pointer crashes compiler Classification: Unclassified