[Bug c++/59255] New: Segmentation fault with std::function and -fprofile-use

2013-11-22 Thread stepik-777 at mail dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: stepik-777 at mail dot ru Consider the following simple program: #include int main(int argc, char *argv[]) { std::function f = []{ return 0; }; return 0; } I'm compiling it with

[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-11-24 Thread stepik-777 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54403 stepik-777 at mail dot ru changed: What|Removed |Added CC||stepik-777 at mail dot