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.
From-SVN: r277204
+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)
{