aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-01-22 19:20:01 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2005-01-22 19:20:01 +0000
commit1438a8c90907113a8f7f24c72ea7f6317cd41a9c (patch)
treea0de4a822d804115a5f89c9f1ea9115b62308046
parentaf30f793c95eacd307ed1c52354b64b4f9aa1dc6 (diff)
downloadgcc-1438a8c90907113a8f7f24c72ea7f6317cd41a9c.zip
gcc-1438a8c90907113a8f7f24c72ea7f6317cd41a9c.tar.gz
gcc-1438a8c90907113a8f7f24c72ea7f6317cd41a9c.tar.bz2
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
From-SVN: r94074
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/trans-expr.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 434a23b..1398822 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,9 @@
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 ...
diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c
index 8ca90e5..8b5129c 100644
--- a/gcc/fortran/trans-expr.c
+++ b/gcc/fortran/trans-expr.c
@@ -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 ();
}