https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106208
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org --- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- Indeed I had added the 'assert' to prevent bogus behavior further down the line -- and we've now found another offender. I'm planning to look into that, but it'll take a while (summer vacations/parental leave). (In reply to Martin Liška from comment #1) > Reduced test-case: [...] Thanks!