https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107308
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-05-06 Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I suspect we could/should add a verifier to make sure no direct internal functions are added to the IR. Which then will fix this also. Let me try that this or next weekend.