This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] Fix 23287
Nathan Sidwell wrote:
Nathan Sidwell wrote:
I've installed this patch to fix bug 23287. The problem was that we
were parsing the destructor name as an unqualified-id (which it is),
but ignoring the object scope. After parsing this, we then have to
instantiate it, hence the patch to tsubst_copy_and_build.
I have reverted this patch. In trying to fix it, I've come across
some illformed code in the libstdc++ testsuite (and possibly libstdc++
itself).
I understand this first sentence of yours as meaning that in any case
there is something to fix in the library too, in ext/pb_ds, in
particular. Let's get in touch about that, irrespective of the front-end
issue....
Paolo.