diff options
author | Paul Brook <paul@codesourcery.com> | 2004-11-15 16:32:20 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-11-15 16:32:20 +0000 |
commit | c4759ce3204236def019d3abbf23f37d455afdf4 (patch) | |
tree | 447a2213a68ad9f87e766229cf3ff58bdd3b0f44 | |
parent | e77ee95db8d0896473eda567c5501a232a15c408 (diff) | |
download | gcc-c4759ce3204236def019d3abbf23f37d455afdf4.zip gcc-c4759ce3204236def019d3abbf23f37d455afdf4.tar.gz gcc-c4759ce3204236def019d3abbf23f37d455afdf4.tar.bz2 |
* trans-types.c (gfc_get_dtype): Remove obsolete TODO.
From-SVN: r90676
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/trans-types.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index faeebac..826cdb3 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c index 23d6d40..a2197e7 100644 --- a/gcc/fortran/trans-types.c +++ b/gcc/fortran/trans-types.c @@ -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: |