OSDN Git Service

2009-11-20 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2009 14:07:06 +0000 (14:07 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2009 14:07:06 +0000 (14:07 +0000)
* gfortran.dg/proc_ptr_comp_23.f90: Add a missing space.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/proc_ptr_comp_23.f90

index 9c9cf59..f4be393 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gfortran.dg/proc_ptr_comp_23.f90: Add a missing space.
+
 2009-11-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * gcc.dg/tree-ssa/vrp47.c: Skip on S/390.
@@ -17,7 +21,7 @@
            Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/42104
-       * gfortran.dg/proc_ptr_comp_23.f90 : New test.
+       * gfortran.dg/proc_ptr_comp_23.f90: New test.
 
 2009-11-19  Jason Merrill  <jason@redhat.com>
 
index 270d2c4..8b1c691 100644 (file)
@@ -70,4 +70,4 @@ print *, p(nr=3,x=(/0.1,0.1/))
 print *, funcp%p(nr=3,x=(/0.1,0.1/))
 
 end program t
-! { dg-final { cleanup-modules "poisson_functions_m element_defs_m" }}
+! { dg-final { cleanup-modules "poisson_functions_m element_defs_m" } }