+2013-07-23 Ondřej Bílka <neleai@seznam.cz>
+
+ * decl.c: Fix comment typos.
+ * interface.c: Likewise.
+ * trans-array.c: Likewise.
+ * trans.c: Likewise.
+
2013-07-22 Tobias Burnus <burnus@net-b.de>
PR fortran/57906
* trans-array.c (gfc_array_allocate,
gfc_trans_deferred_array): Plug memory leak.
-2013-07-21 Ondřej Bílka <neleai@seznam.cz>
+2013-07-21 Ondřej Bílka <neleai@seznam.cz>
* trans-decl.c: Fix comment typos.
* trans-expr.c: Ditto.
}
/* See if we already have a binding with this name in the symtree which
- would be an error. If a GENERIC already targetted this binding, it may
+ would be an error. If a GENERIC already targeted this binding, it may
be already there but then typebound is still NULL. */
stree = gfc_find_symtree (ns->tb_sym_root, name);
if (stree && stree->n.tb)
gfc_formal_arglist *dummy_args;
/* Warn about calls with an implicit interface. Special case
- for calling a ISO_C_BINDING becase c_loc and c_funloc
+ for calling a ISO_C_BINDING because c_loc and c_funloc
are pseudo-unknown. Additionally, warn about procedures not
explicitly declared at all if requested. */
if (sym->attr.if_source == IFSRC_UNKNOWN && ! sym->attr.is_iso_c)
gfc_ppc_use (gfc_component *comp, gfc_actual_arglist **ap, locus *where)
{
/* Warn about calls with an implicit interface. Special case
- for calling a ISO_C_BINDING becase c_loc and c_funloc
+ for calling a ISO_C_BINDING because c_loc and c_funloc
are pseudo-unknown. */
if (gfc_option.warn_implicit_interface
&& comp->attr.if_source == IFSRC_UNKNOWN
'eltype' == NULL signals that the temporary should be a class object.
The 'initial' expression is used to obtain the size of the dynamic
- type; otherwise the allocation and initialisation proceeds as for any
+ type; otherwise the allocation and initialization proceeds as for any
other expression
PRE, POST, INITIAL, DYNAMIC and DEALLOC are as for
}
-/* Restore the saved locus. Only used in conjonction with
+/* Restore the saved locus. Only used in conjunction with
gfc_save_backend_locus, to free the memory when we are done. */
void