diff mbox

[Fortran,committed] PR81341 - trunk/gcc/fortran/class.c:313: redundant condition ?

Message ID 708A7E80-55C9-48C5-A134-B614B1BF833C@lps.ens.fr
State New
Headers show

Commit Message

Dominique d'Humières July 9, 2017, 5:46 p.m. UTC
I have committed as obvious the following patch at revision r250083



Dominique
diff mbox

Patch

--- ../_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;