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 51398


Hi,

a small diagnostic regression. Normally, when we do 'TREE_VALUE (TREE_VEC_ELT (*parms' we check for error_mark_node, because that's what we store for erroneous parameters: doing that here too avoids the ICE. Tested x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_51398
Description: Text document

Attachment: patch_51398
Description: Text document


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