From: Steven G. Kargl Date: Sat, 10 Sep 2016 00:59:33 +0000 (+0000) Subject: Commit the ChangeLog entry for revision 240063. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=659edeaf8ee45af477aee19aa26e56faa7882a3e;p=gcc.git Commit the ChangeLog entry for revision 240063. From-SVN: r240064 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 284bf7d92c0..bcaf4447521 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2016-09-09 Steven G. Kargl + + PR fortran/77420 + * module.c (load_equiv): If the current namespace has a list of + equivalence statements, initialize duplicate to false and then + look for duplicates; otherwise, initialize it to true. + 2016-09-09 Steven G. Kargl PR fortran/77506