This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


I got

Running /export/gnu/import/git/gcc/gcc/testsuite/gfortran.dg/dg.exp ...
ERROR: tcl error sourcing
/export/gnu/import/git/gcc/gcc/testsuite/gfortran.dg/dg.exp.
ERROR: unmatched open brace in list
    while executing
    "foreach op $tmp {

I checked in this patch as an obvious fix.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 154363)
+++ ChangeLog	(working copy)
@@ -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: gfortran.dg/proc_ptr_comp_23.f90
===================================================================
--- gfortran.dg/proc_ptr_comp_23.f90	(revision 154363)
+++ gfortran.dg/proc_ptr_comp_23.f90	(working copy)
@@ -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" } }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]