proc_ptr_comp_23.f90: Add a missing space.

2009-11-20  H.J. Lu  <hongjiu.lu@intel.com>

	* gfortran.dg/proc_ptr_comp_23.f90: Add a missing space.

From-SVN: r154364
This commit is contained in:
H.J. Lu 2009-11-20 06:07:06 -08:00
parent b5308c02b4
commit aeb1da2ea1
2 changed files with 6 additions and 2 deletions

View 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>

View 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" } }