https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118597
Victor Do Nascimento <victorldn at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED Ever confirmed|1 |0 --- Comment #8 from Victor Do Nascimento <victorldn at gcc dot gnu.org> --- yeah, I can confirm it seems to be a a case of overly strict pattern-matching. Rather than separate `scan-tree-dump's for each line, if we use a single one so that we can use regex capture groups reaching across lines, we can remove any reference to specific SSA names so that the test will continue to pass, even in the event of changes to the variable numbering in the dumps. Will submit a patch that passes on gcc14 as well as 15. Cheers