https://gcc.gnu.org/g:65004890f2febdaad8893dc975bdb32fdf0a3426
commit 65004890f2febdaad8893dc975bdb32fdf0a3426 Author: Mikael Morin <[email protected]> Date: Tue Oct 7 11:54:34 2025 +0200 Mise à jour dump assign_10.f90 Diff: --- gcc/testsuite/gfortran.dg/assign_10.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/assign_10.f90 b/gcc/testsuite/gfortran.dg/assign_10.f90 index c207f9e5e2b4..965e91c66bb2 100644 --- a/gcc/testsuite/gfortran.dg/assign_10.f90 +++ b/gcc/testsuite/gfortran.dg/assign_10.f90 @@ -23,5 +23,5 @@ end ! cases will all yield a temporary, so that atmp appears 18 times. ! Note that it is the kind conversion that generates the temp. ! -! { dg-final { scan-tree-dump-times "parm" 20 "original" } } +! { dg-final { scan-tree-dump-times "parm" 18 "original" } } ! { dg-final { scan-tree-dump-times "atmp" 20 "original" } }
