On Fri Aug 21, 2026 at 1:49 AM WEST, Jason Merrill wrote: > Tested x86_64-pc-linux-gnu, applying to trunk. > > -- 8< -- > > We've recently had adjustments to can_convert_eh and > handler_match_for_exception_type, two separate functions answering the same > question. The latter is newer and better matches the current standard, so > let's retain it. But it still needed some fixes to avoid regressions: the > lookup_base was missing ba_ignore_scope, and wasn't being done for pointers. >
Seems to work fine for the analyzer langhook. It's probably an improvement as well given it covers the standard better. Thanks, Egas
