https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103586
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Peter Bergner <berg...@gcc.gnu.org>: https://gcc.gnu.org/g:4394fd67264f5de650c2c3509c001c5f7203449d commit r12-5827-g4394fd67264f5de650c2c3509c001c5f7203449d Author: Peter Bergner <berg...@linux.ibm.com> Date: Tue Dec 7 14:42:38 2021 -0600 testsuite: Fix check_effective_target_rop_ok [PR103556, PR103586] The new rop_ok effective target test doesn't correctly compute its expression result because a new line starts a new statement. Solution is to remove the new line. 2021-12-07 Peter Bergner <berg...@linux.ibm.com> gcc/testsuite/ PR testsuite/103556 PR testsuite/103586 * lib/target-supports.exp (check_effective_target_rop_ok): Remove '\n'.