Re: [C++ Patch] PR 58568
OK. Jason
[C++ Patch] PR 58568
Hi, this ICE on invalid 4.8/4.9 Regression is very easy to fix: just add a check for error_mark_node on the return of xref_tag (I'm also removing a redundant one a few lines below). This brings us to the same error message we get when there are no lambdas involved, eg for the existing templat