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]

[gomp] Fix a typo


Hi!

Will commit once we have a repository... Sorry.

2005-10-28  Jakub Jelinek  <jakub@redhat.com>

	* openmp.c (resolve_omp_clauses): Remove extraneous comma.

--- gcc/fortran/openmp.c	26 Oct 2005 15:13:03 -0000	1.1.2.10
+++ gcc/fortran/openmp.c	28 Oct 2005 12:47:30 -0000
@@ -743,7 +743,7 @@ resolve_omp_clauses (gfc_code *code)
 	    for (; n != NULL; n = n->next)
 	      {
 		if (n->sym->attr.threadprivate)
-		  gfc_error ("THREADPRIVATE object '%s' in SHARED clause at",
+		  gfc_error ("THREADPRIVATE object '%s' in SHARED clause at"
 			     " %L", n->sym->name, &code->loc);
 		if (n->sym->attr.cray_pointee)
 		  gfc_error ("Cray pointee '%s' in SHARED clause at %L",

	Jakub


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