diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2008-05-19 14:28:19 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2008-05-19 14:28:19 +0000 |
commit | 3e14097cbce6dd98c41b5f860991fc158f78118c (patch) | |
tree | c9d09abd4a03e04324b48f5e9f125f96be9d6b62 /gcc | |
parent | 2c0846e4f52d9dbf872f83d0d3062e8d7df7cc7a (diff) | |
download | gcc-3e14097cbce6dd98c41b5f860991fc158f78118c.zip gcc-3e14097cbce6dd98c41b5f860991fc158f78118c.tar.gz gcc-3e14097cbce6dd98c41b5f860991fc158f78118c.tar.bz2 |
char_cast_2.f90: Adjust count in scanning the tree dump file.
* gfortran.dg/char_cast_2.f90: Adjust count in scanning the tree
dump file.
From-SVN: r135574
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/char_cast_2.f90 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aed54cb..e6f83dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2008-05-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + * gfortran.dg/char_cast_2.f90: Adjust count in scanning the tree + dump file. + +2008-05-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + * gfortran.dg/bind_c_module.f90: Adjust expected error messages. 2008-05-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> diff --git a/gcc/testsuite/gfortran.dg/char_cast_2.f90 b/gcc/testsuite/gfortran.dg/char_cast_2.f90 index 39566da..4c175bd 100644 --- a/gcc/testsuite/gfortran.dg/char_cast_2.f90 +++ b/gcc/testsuite/gfortran.dg/char_cast_2.f90 @@ -19,8 +19,8 @@ contains return end function Up end -! The sign that all is well is that [S.5][1] appears five times. +! 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\\\]" 5 "original" } } +! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 2 "original" } } ! { dg-final { cleanup-tree-dump "original" } } |