This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[C++ Patch] PR 52422 (new patch)
- 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: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 18 Apr 2012 03:33:23 +0200
- Subject: [C++ Patch] PR 52422 (new patch)
Hi Jason,
I have a new patch for this issue, another SFINAE issue noticed by
Daniel. Compared to the last version, I extended the complain-ization ;)
to a few more functions in typeck.c (I think the set is more consistent
now) and thoroughly double checked that the return values of all the
functions which now get a tsubst_flags_t argument are checked for
error_mark_node and in case early return back error_mark_node itself, as
you requested last time.
As usual, tested x86_64-linux.
Ok for mainline?
Thanks,
Paolo.
/////////////////////
Attachment:
CL_52422_4
Description: Text document
Attachment:
patch_52422_4
Description: Text document