[Bug c++/59483] A nested lambda fails to find a protected name with qualified name

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

[Bug c++/59483] A nested lambda fails to find a protected name with qualified name

2014-06-04 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483 --- Comment #3 from Ville Voutilainen --- So, correction, the original testcase in 58972 is fixed by this patch, but the other testcase in it ICEs the compiler. That testcase is not really related to the issue the patch fixes, or the patch itself

[Bug c++/59483] A nested lambda fails to find a protected name with qualified name

2014-06-03 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483 --- Comment #2 from Ville Voutilainen --- It seems that 58972 is a duplicate, and is fixed by the same patch.

[Bug c++/59483] A nested lambda fails to find a protected name with qualified name

2014-06-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483 --- Comment #1 from Jason Merrill --- Author: jason Date: Mon Jun 2 20:47:55 2014 New Revision: 211147 URL: http://gcc.gnu.org/viewcvs?rev=211147&root=gcc&view=rev Log: PR c++/59483 PR c++/61148 * search.c (accessible_p): Use curren