projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdf036
)
re PR fortran/39239 (Reject SAVEd variables EQUIVALENCEd to a COMMON)
author
Nicolas Koenig
<koenigni@gcc.gnu.org>
Wed, 22 Mar 2017 19:12:24 +0000
(19:12 +0000)
committer
Nicolas Koenig
<koenigni@gcc.gnu.org>
Wed, 22 Mar 2017 19:12:24 +0000
(19:12 +0000)
2017-03-12 Nicolas Koenig <koenigni@student.ethz.ch>
PR fortran/39239
fortran/Changelog: Add entry for rev. 246284.
From-SVN: r246406
gcc/fortran/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/fortran/ChangeLog
b/gcc/fortran/ChangeLog
index b1b91ff0ff70bf676ab327107c8ad89e1853ec87..b46bb3ec001b56ff98561e17403491bc7c12a659 100644
(file)
--- a/
gcc/fortran/ChangeLog
+++ b/
gcc/fortran/ChangeLog
@@
-29,6
+29,11
@@
location of new expression from constructor expression instead
of constructor.
+2017-03-20 Nicolas Koenig <koenigni@student.ethz.ch>
+
+ PR fortran/39239
+ * symbol.c (check_conflict): Report an error if an EQUIVALENCE
+ object is BIND(C)
2017-03-18 Nicolas Koenig <koenigni@student.ethz.ch>