Commit d9e7913c by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gfortran.dg/char_bounds_check_fail_1.f90: Correct dg-output string.

From-SVN: r161767
parent 3f59fa1c
2010-07-03 Hans-Peter Nilsson <hp@axis.com>
* gfortran.dg/char_bounds_check_fail_1.f90: Correct dg-output string.
2010-07-02 Le-Chun Wu <lcwu@google.com>
PR/44128
......
......@@ -10,4 +10,4 @@ program bound_check
zz(i:j) = 'abcdef'
print * , zz
end
! { dg-output "Substring out of bounds: upper bound exceeds string length.*at line 9)" }
! { dg-output "At line 10.*Substring out of bounds: upper bound \\(11\\) of 'zz' exceeds string length" }
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