Commit the ChangeLog entry for revision 240063.

From-SVN: r240064
This commit is contained in:
Steven G. Kargl 2016-09-10 00:59:33 +00:00
parent 352c2128b4
commit 659edeaf8e

View File

@ -1,3 +1,10 @@
2016-09-09 Steven G. Kargl <kargl@gcc.gnu.org>
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 <kargl@gcc.gnu.org>
PR fortran/77506