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,committed] Fix PR17344 (missing tf_error check in coerce_template_parms)


Hi

This patch fixes PR17344.  We simply fail to check tf_error
when emiting an error message in coerce_template_parms,
causing failure when looking for a good overload candidate.

Tested on i686-pc-linux-gnu. Committed to mainline as obvious.

--Kriang


Attachment: diff-coerce-complain-1
Description: application/java-vm


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