OSDN Git Service

* trans-types.c (gfc_get_dtype): Remove obsolete TODO.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 2004 16:32:20 +0000 (16:32 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 2004 16:32:20 +0000 (16:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90676 138bc75d-0d04-0410-961f-82ee72b054a4

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

index faeebac..826cdb3 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-15  Paul Brook  <paul@codesourcery.com>
+
+       * trans-types.c (gfc_get_dtype): Remove obsolete TODO.
+
 2004-11-10  Paul Brook  <paul@codesourcery.com>
 
        PR fortran/18375
index 23d6d40..a2197e7 100644 (file)
@@ -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: