aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2008-05-19 10:58:39 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2008-05-19 10:58:39 +0000
commit425d348e941775a62c00c07dcb862880f200c8a8 (patch)
tree7a5593442751b788dbc5fb561ee39e67401e02ef /gcc
parent83689be0e3ae7a4a46198fbcbb9be40616509752 (diff)
downloadgcc-425d348e941775a62c00c07dcb862880f200c8a8.zip
gcc-425d348e941775a62c00c07dcb862880f200c8a8.tar.gz
gcc-425d348e941775a62c00c07dcb862880f200c8a8.tar.bz2
char_cast_1.f90: Adjust count in scanning the tree dump file.
* gfortran.dg/char_cast_1.f90: Adjust count in scanning the tree dump file. From-SVN: r135527
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gfortran.dg/char_cast_1.f903
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c2dc86a..7953aa7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * gfortran.dg/char_cast_1.f90: Adjust count in scanning the tree
+ dump file.
+
2008-05-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/builtins-error.c: Test __builtin_isinf_sign.
diff --git a/gcc/testsuite/gfortran.dg/char_cast_1.f90 b/gcc/testsuite/gfortran.dg/char_cast_1.f90
index b31db3a..270f7b9 100644
--- a/gcc/testsuite/gfortran.dg/char_cast_1.f90
+++ b/gcc/testsuite/gfortran.dg/char_cast_1.f90
@@ -27,6 +27,5 @@
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]
-! With this regular expression we also find [S.15][1], so count is 3.
-! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 3 "original" } }
+! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 2 "original" } }
! { dg-final { cleanup-tree-dump "original" } }