Commit 1b9d45ed by Jerry DeLisle

runtime_warning_1.f90: Fix dg syntax.

2010-07-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* gfortran.dg/runtime_warning_1.f90: Fix dg syntax.
	* gfortran.dg/intent_out_5.f90: Same.
	* gfortran.dg/ltrans-7.f90: Same.
	* gfortran.dg/char_bounds_check_fail_1.f90: Same.

From-SVN: r161745
parent 2094f1fc
2010-07-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.dg/runtime_warning_1.f90: Fix dg syntax.
* gfortran.dg/intent_out_5.f90: Same.
* gfortran.dg/ltrans-7.f90: Same.
* gfortran.dg/char_bounds_check_fail_1.f90: Same.
2010-07-02 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/ipa-split-5.c: New function.
......
......@@ -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 "Substring out of bounds: upper bound exceeds string length.*at line 9)" }
! { dg-do run}
! { dg-do run }
!
! PR fortran/41479
!
......
......@@ -27,5 +27,5 @@ Program FOO
end Program FOO
! Please do not XFAIL.
! { dg-final { scan-tree-dump-times "transformed loop" 1 "ltrans"} }
! { dg-final { scan-tree-dump-times "transformed loop" 1 "ltrans" } }
! { dg-final { cleanup-tree-dump "ltrans" } }
......@@ -14,4 +14,4 @@
close (42)
if (c /= 'abcde') call abort ()
end
! { dg-warning ".*descriptor" "" 10}
! { dg-warning ".*descriptor" "" 10 }
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