2010-07-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jul 2010 20:51:50 +0000 (20:51 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Jul 2010 20:51:50 +0000 (20:51 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161745 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/char_bounds_check_fail_1.f90
gcc/testsuite/gfortran.dg/intent_out_5.f90
gcc/testsuite/gfortran.dg/ltrans-7.f90
gcc/testsuite/gfortran.dg/runtime_warning_1.f90

index dc2a4ae..35099e0 100644 (file)
@@ -1,3 +1,10 @@
+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.
index bd5552c..2dcc826 100644 (file)
@@ -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)}
index acd2b60..6a9c6f4 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 !
 ! PR fortran/41479
 !
index 9c9bcf9..583edf2 100644 (file)
@@ -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" } }
index cff9eae..163a812 100644 (file)
@@ -14,4 +14,4 @@
      close (42)
      if (c /= 'abcde') call abort ()
      end
-! { dg-warning ".*descriptor" "" 10}
+! { dg-warning ".*descriptor" "" 10 }