On Tue Jun 23, 2026 at 12:57 AM WEST, David Malcolm wrote: >> Current Status: >> Currently waiting for review of the submitted patches. Once that >> comes through, rethink or adjust patches according to reviewer >> feedback. PR97114 related work is likely to begin next week >> depending on the work left in the exception related patches. > > Thanks; this looks great. > > If you find yourself looking for things to do while waiting for Jason's > review, how about taking a look at > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97113 ? > (RTTI and dynamic cast). If so, have a look at > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110578 also, where > Benjamin (a previous GSoC student) put together some test cases. > > RTTI-handling and vfunc-handling would probably be closely related. > > Dave
A patch for dynamic type tracking in the region model that both RTTI and vfunc would use might be a good starting point, so I will look into this throughout the week. Thanks, Egas
