PR fortran/91926
* runtime/ISO_Fortran_binding.c (cfi_desc_to_gfc_desc): Revert
the change made on 2019-10-05.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277204
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-10-19 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/91926
+ * runtime/ISO_Fortran_binding.c (cfi_desc_to_gfc_desc): Revert
+ the change made on 2019-10-05.
+
2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
PR fortran/68401
d->dtype.version = s->version;
GFC_DESCRIPTOR_RANK (d) = (signed char)s->rank;
- if (d->dtype.attribute == CFI_attribute_other)
- return;
+ d->dtype.attribute = (signed short)s->attribute;
if (s->rank)
{