This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ Patch] PR 52422 (new patch)


Hi again,
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.
The below is what I'm going to actually commit, as approved by Jason off-list with a change to the convert_member_func_to_ptr bits.

Tested x86_64-linux.

Thanks,
Paolo.

/////////////////////

Attachment: CL_52422_4b
Description: Text document

Attachment: patch_52422_4b
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]