This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[C++ Patch] PR 54191
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: Jason Merrill <jason at redhat dot com>
- Date: Wed, 08 Aug 2012 22:40:31 +0200
- Subject: [C++ Patch] PR 54191
Hi,
this is a booted and tested patch which handles all the tests submitted
as part of the PR besides the first 4, which require
finish_decltype_type to use an instantiation_dependent_p along the lines
of the work done as part of c++/51222. As I mentioned, I already
verified that the latter work is enough to fix those 4 tests, thus my
idea would be resolving asap this PR and then adding the 4 tests to
c++/51222 or opening a separate PR only for those, blocked by c++/51222,
whichever option you like.
Otherwise, as I already described, I'm simply adding a tsubst_flags_t
parameter to lookup_base, and the rest is straightforward.
Thanks,
Paolo.
////////////////////////////////
Attachment:
CL_54191
Description: Text document
Attachment:
patch_54191
Description: Text document