Commit 3e14097c by Francois-Xavier Coudert Committed by François-Xavier Coudert

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
parent 2c0846e4
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>
......
......@@ -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" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment