This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/59483] A nested lambda fails to find a protected name with qualified name
- From: "ville.voutilainen at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jun 2014 17:42:34 +0000
- Subject: [Bug c++/59483] A nested lambda fails to find a protected name with qualified name
- Auto-submitted: auto-generated
- References: <bug-59483-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483
--- Comment #3 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
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, it seems separate, and we could
certainly create a separate bug for it, but I guess it can be fixed under the
auspices of 58972.