https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860
--- Comment #17 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:6d79958a50eb5419ebb9baa5ef880aabeef05467 commit r9-10157-g6d79958a50eb5419ebb9baa5ef880aabeef05467 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed May 11 20:37:01 2022 +0200 testsuite: Fix up pr102860.f90 for gcc 9 [PR105570] Apparently -mcpu=power10 is gcc 10+, but the PR102860 change otherwise made sense also for 9.x. So just adjusting testcase... 2022-05-11 Jakub Jelinek <ja...@redhat.com> PR middle-end/102860 PR testsuite/105570 * gfortran.dg/pr102860.f90: Use -mcpu=power9 instead of -mcpu=power10.