Re: [C++ Patch] PR 58080
OK. Jason
[C++ Patch] PR 58080
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