https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123166
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ulrich Weigand <[email protected]>: https://gcc.gnu.org/g:77a8ed6de20b99c5c1a0124caf52a89573c840ee commit r16-6218-g77a8ed6de20b99c5c1a0124caf52a89573c840ee Author: Ulrich Weigand <[email protected]> Date: Wed Dec 17 17:36:56 2025 +0100 Fix testsuite/123166 - add missing dg-do run The patch I committed a few years ago to remove SPU support https://gcc.gnu.org/pipermail/gcc-patches/2019-September/529052.html accidentally completely removed the { dg-do run } annotations in four gfortran.dg test cases. Add them back. gcc/testsuite/ChangeLog: PR testsuite/123166 * gfortran.dg/bessel_6.f90: Add { dg-do run } annotation. * gfortran.dg/erf_2.F90: Likewise. * gfortran.dg/integer_exponentiation_3.F90: Likewise. * gfortran.dg/integer_exponentiation_5.F90: Likewise. Signed-off-by: Ulrich Weigand <[email protected]>
