[Bug c++/60463] Lambda function can call a non-const member function with const this

2015-02-05 Thread gene at staubsaal dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463 gene at staubsaal dot de changed: What|Removed |Added CC||gene at staubsaal dot de --- C

[Bug c++/60463] Lambda function can call a non-const member function with const this

2014-09-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Sep 22 19:22:11 2014 New Revision: 215478 URL: https://gcc.gnu.org/viewcvs?rev=215478&root=gcc&view=rev Log: PR c++/63320 PR c++/60463 PR c++/60755 * lambda.c (maybe_r

[Bug c++/60463] Lambda function can call a non-const member function with const this

2014-05-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/60463] Lambda function can call a non-const member function with const this

2014-05-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri May 9 20:07:45 2014 New Revision: 210292 URL: http://gcc.gnu.org/viewcvs?rev=210292&root=gcc&view=rev Log: PR c++/60463 PR c++/60755 * lambda.c (lambda_expr_this_capture):

[Bug c++/60463] Lambda function can call a non-const member function with const this

2014-04-12 Thread momchil.velikov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463 Momchil Velikov changed: What|Removed |Added CC||momchil.velikov at gmail dot com --- C