https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116522
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alex Coplan <acop...@gcc.gnu.org>: https://gcc.gnu.org/g:4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 commit r15-3283-g4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 Author: Alex Coplan <alex.cop...@arm.com> Date: Thu Aug 29 11:31:40 2024 +0100 testsuite: Fix up refactored scanltranstree.exp functions [PR116522] When adding RTL variants of the scan-ltrans-tree* functions in: r15-3254-g3f51f0dc88ec21c1ec79df694200f10ef85915f4 I messed up the name of the underlying scan function to invoke. The code currently attempts to invoke functions named scan{,-not,-dem,-dem-not} but should instead be invoking scan-dump{,-not,-dem,-dem-not}. This patch fixes that. gcc/testsuite/ChangeLog: PR testsuite/116522 * lib/scanltranstree.exp: Fix name of underlying scan function used for scan-ltrans-{tree,rtl}-dump{,-not,-dem,-dem-not}.