Commit 9be1227b by Tobias Burnus Committed by Tobias Burnus

trans-decl.c (add_argument_checking): Fix syntax.

2011-12-10  Tobias Burnus  <burnus@net-b.de>

        * trans-decl.c (add_argument_checking): Fix syntax.

From-SVN: r182194
parent 5aebfdad
2011-12-10 Tobias Burnus <burnus@net-b.de>
* trans-decl.c (add_argument_checking): Fix syntax.
2011-12-10 Tobias Burnus <burnus@net-b.de>
Kai Tietz <ktietz@redhat.com>
* trans-decl.c (add_argument_checking): Check ts.deferred earlier.
......
......@@ -4673,7 +4673,7 @@ add_argument_checking (stmtblock_t *block, gfc_symbol *sym)
for (formal = sym->formal; formal; formal = formal->next)
if (formal->sym && formal->sym->ts.type == BT_CHARACTER
&& !fsym->ts.deferred)
&& !formal->sym->ts.deferred)
{
enum tree_code comparison;
tree cond;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment