https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106634
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=106441 --- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- It's failing this assertion in frame_region::get_region_for_local: gcc_assert (DECL_CONTEXT (expr) == m_fun->decl); Probably relates to PR 106441, in that the analyzer doesn't yet have any knowledge of GCC's nested functions extension to C.