projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
352c212
)
Commit the ChangeLog entry for revision 240063.
author
Steven G. Kargl
<kargl@gcc.gnu.org>
Sat, 10 Sep 2016 00:59:33 +0000
(
00:59
+0000)
committer
Steven G. Kargl
<kargl@gcc.gnu.org>
Sat, 10 Sep 2016 00:59:33 +0000
(
00:59
+0000)
From-SVN: r240064
gcc/fortran/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/fortran/ChangeLog
b/gcc/fortran/ChangeLog
index 284bf7d92c0917cad31fe919d5a6ea1b1a42b76f..bcaf4447521f4b88dd9c94ced5ccd9363fb5cae9 100644
(file)
--- a/
gcc/fortran/ChangeLog
+++ b/
gcc/fortran/ChangeLog
@@
-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