[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Mise à jour dump char_cast_1 et char_cast_2
Mikael Morin
mikael@gcc.gnu.org
Fri Jun 13 15:04:44 GMT 2025
https://gcc.gnu.org/g:bd3706424e48379be15520a9660c38de236433f1
commit bd3706424e48379be15520a9660c38de236433f1
Author: Mikael Morin <mikael@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" } }
More information about the Gcc-cvs
mailing list