This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove dead TODO


The TODO removed by the patch below was fixed ages ago.

Paul

2004-11-15  Paul Brook  <paul@codesourcery.com>

 * trans-types.c (gfc_get_dtype): Remove obsolete TODO.

Index: trans-types.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-types.c,v
retrieving revision 1.31
diff -u -p -r1.31 trans-types.c
--- trans-types.c 24 Sep 2004 16:26:47 -0000 1.31
+++ trans-types.c 15 Nov 2004 16:29:02 -0000
@@ -860,7 +860,6 @@ gfc_get_dtype (tree type, int rank)
   if (GFC_DESCRIPTOR_TYPE_P (type) || GFC_ARRAY_TYPE_P (type))
     return (GFC_TYPE_ARRAY_DTYPE (type));
 
-  /* TODO: Correctly identify LOGICAL types.  */
   switch (TREE_CODE (type))
     {
     case INTEGER_TYPE:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]