https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69154
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- A quick fix is rather easy - don't do the matmul inlining within a WHERE block. We do the same thing already for function elimination.