[Bug c++/51927] [C++0x] Cannot access non-static members in initializer

2012-05-30 Thread gccearlyadop...@trash-mail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51927 --- Comment #1 from gccearlyadop...@trash-mail.com 2012-05-30 07:48:35 UTC --- This Bug still exists in the latest GCC 4.7 release.

[Bug c++/51927] [C++0x] Cannot access non-static members in initializer

2012-05-30 Thread gccearlyadop...@trash-mail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51927 --- Comment #3 from gccearlyadop...@trash-mail.com 2012-05-30 12:34:12 UTC --- My local GCC says "4.7.0_3". :)

[Bug c++/51818] New: [C++0x] Name mangling error using lambda expressions in GCC47

2012-01-10 Thread gccearlyadop...@trash-mail.com
Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: gccearlyadop...@trash-mail.com The following program fails to compile: #include #include using std::cout; using std::endl; typedef std::function void_fun

[Bug c++/51927] New: [C++0x] Cannot access non-static members in initializer

2012-01-20 Thread gccearlyadop...@trash-mail.com
Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: gccearlyadop...@trash-mail.com GCC47 doesn't allow to access non-static members in non-static member initialization. The following program fails to compile with the