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]

[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


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