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 68726 ("ice: tree check: expected tree_vec, have error_mark in comp_template_args_with_info, at cp/pt.c:7890")


Hi,

turns out, this small ICE on invalid is actually a regression, I can only reproduce it in trunk. Anyway, the ICE occurs immediately when, during error recovery, comp_template_args gets an error_mark_node as second argument. Tested x86_64-linux.

Thanks,
Paolo.

P.S. Second try: the first time my message was rejected as spam!?!

///////////


Attachment: CL_68726
Description: Text document

Attachment: patch_68726
Description: Text document


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