diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2009-11-20 06:07:06 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-11-20 06:07:06 -0800 |
commit | aeb1da2ea1fc02afd32fc7bf4641d786780531fd (patch) | |
tree | 6dbbe68dc7a54091af61117a4dc7e617596bccb4 /gcc | |
parent | b5308c02b4a47313308859129f345336faaf588d (diff) | |
download | gcc-aeb1da2ea1fc02afd32fc7bf4641d786780531fd.zip gcc-aeb1da2ea1fc02afd32fc7bf4641d786780531fd.tar.gz gcc-aeb1da2ea1fc02afd32fc7bf4641d786780531fd.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/proc_ptr_comp_23.f90 | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9c9cf59..f4be393 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_comp_23.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_comp_23.f90 index 270d2c4..8b1c691 100644 --- a/gcc/testsuite/gfortran.dg/proc_ptr_comp_23.f90 +++ b/gcc/testsuite/gfortran.dg/proc_ptr_comp_23.f90 @@ -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" } } |