https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118320
--- Comment #15 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:facdce9028060c8dc4340a38ae02fb071e16af08 commit r15-7604-gfacdce9028060c8dc4340a38ae02fb071e16af08 Author: Alex Coplan <alex.cop...@arm.com> Date: Tue Feb 18 10:48:50 2025 +0000 pair-fusion: Tweak wording in dump message [PR118320] As discussed in https://gcc.gnu.org/pipermail/gcc-patches/2025-February/675978.html this tweaks the dump messasge added with the fix for PR118320 since it doesn't just apply to load pairs. gcc/ChangeLog: PR rtl-optimization/118320 * pair-fusion.cc (pair_fusion_bb_info::fuse_pair): Tweak wording in dump message when punting on invalid use arrays.