https://gcc.gnu.org/g:e267889e39fefa3cc89d105c2ac04c93c0dfe777
commit e267889e39fefa3cc89d105c2ac04c93c0dfe777 Author: Mikael Morin <mik...@gcc.gnu.org> Date: Wed May 14 17:54:41 2025 +0200 Mise à jour dump char_cast_1 et char_cast_2 Diff: --- gcc/testsuite/gfortran.dg/char_cast_1.f90 | 2 +- gcc/testsuite/gfortran.dg/char_cast_2.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/gfortran.dg/char_cast_1.f90 b/gcc/testsuite/gfortran.dg/char_cast_1.f90 index 02e695d2d7b7..88522c9d6780 100644 --- a/gcc/testsuite/gfortran.dg/char_cast_1.f90 +++ b/gcc/testsuite/gfortran.dg/char_cast_1.f90 @@ -27,4 +27,4 @@ end ! The sign that all is well is that [S.6][1] appears twice. ! Platform dependent variations are [S$6][1], [__S_6][1], [S___6][1] -! { dg-final { scan-tree-dump-times "6\\\]\\\[1\\\]" 2 "original" } } +! { dg-final { scan-tree-dump-times {6\](?:\{lb: 0 sz: 1\})?\[1\](?:\{lb: 1 sz: 1\})?} 2 "original" } } diff --git a/gcc/testsuite/gfortran.dg/char_cast_2.f90 b/gcc/testsuite/gfortran.dg/char_cast_2.f90 index a6b351812bba..14714bf005cb 100644 --- a/gcc/testsuite/gfortran.dg/char_cast_2.f90 +++ b/gcc/testsuite/gfortran.dg/char_cast_2.f90 @@ -22,4 +22,4 @@ end ! The sign that all is well is that [S.5][1] appears twice. ! Platform dependent variations are [S$5][1], [__S_5][1], [S___5][1] ! so we count the occurrences of 5][1]. -! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 2 "original" } } +! { dg-final { scan-tree-dump-times {5\](?:\{lb: 0 sz: 1\})?\[1\](?:\{lb: 1 sz: 1\})?} 2 "original" } }