https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116522
--- Comment #5 from Alex Coplan <acoplan at gcc dot gnu.org> --- The following should fix it: diff --git a/gcc/testsuite/lib/scanltranstree.exp b/gcc/testsuite/lib/scanltranstree.exp index a7d4de3765f..3d85813ea2f 100644 --- a/gcc/testsuite/lib/scanltranstree.exp +++ b/gcc/testsuite/lib/scanltranstree.exp @@ -24,7 +24,7 @@ load_lib scandump.exp foreach ir { tree rtl } { foreach modifier { {} -not -dem -dem-not } { eval [string map [list @NAME@ scan-ltrans-$ir-dump$modifier \ - @SCAN@ scan$modifier \ + @SCAN@ scan-dump$modifier \ @TYPE@ ltrans-$ir \ @SUFFIX@ [string index $ir 0]] { proc @NAME@ { args } { will submit the above if testing goes OK.