]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
authorPaul Brook <paul@codesourcery.com>
Sat, 22 Jan 2005 19:20:01 +0000 (19:20 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 22 Jan 2005 19:20:01 +0000 (19:20 +0000)
From-SVN: r94074

gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c

index 434a23ba93ddb17c9fcaec8cc30cea997f363e03..1398822b806eb3bbab77d8a8488ebbab1f409a0e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 8ca90e533979e2c1e583ee117576b4b07dd86a6e..8b5129cdec4719efbf127c801393a2c5a08dc36f 100644 (file)
@@ -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 ();
     }