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] Small bunch of SFINAE related fixes


Hi,

while working on the last patch I noticed that we have got quite a few unconditional error calls in functions taking a tusbst_flags_t parameter. The below mostly adjusts those.

I'm also finding a bit misleading the name warn_ref_binding for a the function emitting a permerror, thus I'm changing it and consistently protecting the calls with tf_error instead of tf_warning.

I'm finishing testing on x86_64-linux, Ok if it pases?

Thanks,
Paolo.

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

Attachment: CL_sfinae
Description: Text document

Attachment: patch_sfinae
Description: Text document


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