I have committed as obvious the following patch at revision r250083

--- ../_clean/gcc/fortran/class.c       2017-04-14 23:53:52.000000000 +0200
+++ gcc/fortran/class.c 2017-07-08 12:25:51.000000000 +0200
@@ -310,7 +310,6 @@ class_array_ref_detected (gfc_ref *ref, 
       else if (ref->next && ref->next->type == REF_ARRAY
            && !ref->next->next
            && ref->type == REF_COMPONENT
-           && ref->next->type == REF_ARRAY
            && ref->next->u.ar.type != AR_ELEMENT)
        {
          with_data = true;


Dominique

Reply via email to