gcc/fortran/
* openmp.c (resolve_omp_clauses): Pass &n->where when calling
gfc_error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229631
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-10-31 Cesar Philippidis <cesar@codesourcery.com>
+
+ PR Bootstrap/68168
+
+ * openmp.c (resolve_omp_clauses): Pass &n->where when calling
+ gfc_error.
+
2015-10-30 Cesar Philippidis <cesar@codesourcery.com>
* gfortran.h (gfc_omp_namespace): Add locus where member.
{
if (!code && (!n->sym->attr.dummy || n->sym->ns != ns))
gfc_error ("Variable %qs is not a dummy argument at %L",
- n->sym->name, n->where);
+ n->sym->name, &n->where);
continue;
}
if (n->sym->attr.flavor == FL_PROCEDURE