Commit 1438a8c9 by Paul Brook Committed by Paul Brook

* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.

From-SVN: r94074
parent af30f793
2005-01-22 Paul Brook <paul@codesourcery.com>
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
2005-01-22 Paul Brook <paul@codesourcery.com>
* gfortran.h (gfc_check_access): Add prototype.
* match.c (gfc_match_namelist): Remove TODO.
* module.c (check_access): Rename ...
......
......@@ -1113,7 +1113,7 @@ gfc_conv_function_call (gfc_se * se, gfc_symbol * sym,
arglist = gfc_chainon_list (arglist,
convert (gfc_charlen_type_node, len));
}
else /* TODO: derived type function return values. */
else
gcc_unreachable ();
}
......
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