[Bug c++/53157] within lambda, error: lvalue required as unary ‘&’ operand

2017-07-03 Thread gcc at baszerr dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53157 bartek 'basz' szurgot changed: What|Removed |Added CC||gcc at baszerr dot eu

[Bug c++/58894] C++11 lambda doesn't take const variable by reference

2017-07-03 Thread gcc at baszerr dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58894 bartek 'basz' szurgot changed: What|Removed |Added CC||gcc at baszerr dot eu

[Bug c++/81182] result of ‘operator->()’ yields non-pointer result

2017-06-24 Thread gcc at baszerr dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81182 --- Comment #7 from bartek 'basz' szurgot --- maybe it's more related to a particular set of configuration parameters / features enabled, then the released version?

[Bug c++/81182] result of ‘operator->()’ yields non-pointer result

2017-06-24 Thread gcc at baszerr dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81182 --- Comment #5 from bartek 'basz' szurgot --- Created attachment 41626 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41626=edit gcc 6.3 vs gcc 7.1

[Bug c++/81182] result of ‘operator->()’ yields non-pointer result

2017-06-24 Thread gcc at baszerr dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81182 --- Comment #4 from bartek 'basz' szurgot --- on my Debian it works on GCC 7.1.0, but not on GCC 6.3.0 (test script attached): + g++-6 -v Using built-in specs. COLLECT_GCC=g++-6 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper

[Bug c++/81182] result of ‘operator->()’ yields non-pointer result

2017-06-23 Thread gcc at baszerr dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81182 --- Comment #2 from bartek 'basz' szurgot --- looks like the problem is gone in GCC-7.1.

[Bug c++/81182] New: result of ‘operator->()’ yields non-pointer result

2017-06-22 Thread gcc at baszerr dot eu
P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc at baszerr dot eu Target Milestone: --- Created attachment 41615 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41615=edit minimal (not) working example it looks like arrow operator does not work cor