Re: [C++ Patch] PR 51064
OK. Jason
Re: [C++ Patch] PR 51064
Hi, I'm a bit nervous about the instantiated tree being a different kind of tree from the template one, such that TREE_NO_WARNING doesn't make sense on the new one. Maybe just check EXPR_P (r) as well. I see, better be safe. The below still passes testing. Ok? Thanks, Paolo.
Re: [C++ Patch] PR 51064
I'm a bit nervous about the instantiated tree being a different kind of tree from the template one, such that TREE_NO_WARNING doesn't make sense on the new one. Maybe just check EXPR_P (r) as well. Jason