* trans-types.c (gfc_is_nodesc_array): Remove redundant check.
From-SVN: r99621
This commit is contained in:
parent
c42a19d5e3
commit
4588b60480
@ -1,3 +1,7 @@
|
||||
2005-05-12 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
|
||||
|
||||
* trans-types.c (gfc_is_nodesc_array): Remove redundant check.
|
||||
|
||||
2005-05-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
|
||||
|
||||
PR fortran/21260
|
||||
|
@ -785,9 +785,6 @@ gfc_is_nodesc_array (gfc_symbol * sym)
|
||||
if (sym->attr.result || sym->attr.function)
|
||||
return 0;
|
||||
|
||||
if (sym->attr.pointer || sym->attr.allocatable)
|
||||
return 0;
|
||||
|
||||
gcc_assert (sym->as->type == AS_EXPLICIT);
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user