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] |
Hi,another case of "Error reporting routines re-entered", due to the pedwarns in c-common.c:pointer_int_sum. Usual solution, propagate complain.
Note: I can't just pass the complain of type tsubst_flags_t to pointer_int_sum, because it can be, and it is for the testcase, tf_none|tf_decltype, I really have to check for tf_warning_or_error. Tested x86_64-linux.
Thanks, Paolo. /////////////////////////
Attachment:
CL_58080
Description: Text document
Attachment:
patch_58080
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |