https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101654
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Jambor <jamb...@gcc.gnu.org>: https://gcc.gnu.org/g:d55d3f5b04e81b79f34ccf23f7e2c1e736ad3b0d commit r12-2823-gd55d3f5b04e81b79f34ccf23f7e2c1e736ad3b0d Author: Martin Jambor <mjam...@suse.cz> Date: Mon Aug 9 17:35:39 2021 +0200 ipa: Fix testsuite/gcc.dg/ipa/remref-6.c I forgot to add -fdump-ipa-inline to options of testsuite/gcc.dg/ipa/remref-6.c and so the dump scan test were not PASSing but ended up as UNRESOLVED. Fixing that revealed that the one of the dumps it was looking for had a double space, so I removed it too. gcc/ChangeLog: 2021-08-09 Martin Jambor <mjam...@suse.cz> PR testsuite/101654 * ipa-prop.c (propagate_controlled_uses): Removed a spurious space. gcc/testsuite/ChangeLog: 2021-08-09 Martin Jambor <mjam...@suse.cz> PR testsuite/101654 * gcc.dg/ipa/remref-6.c: Added missing -fdump-ipa-inline option.