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 57419


Hi,

in this SFINAE issue, finish_qualified_id_expr is called with complain == 0 and calls mark_used, which has naked error calls. The straightforward fix works well. I'm also taking the occasion to change an error to inform (then some testcases must be adjusted).

Tested x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_57419
Description: Text document

Attachment: patch_57419
Description: Text document


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