re PR fortran/39239 (Reject SAVEd variables EQUIVALENCEd to a COMMON)
authorNicolas Koenig <koenigni@gcc.gnu.org>
Wed, 22 Mar 2017 19:12:24 +0000 (19:12 +0000)
committerNicolas 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

index b1b91ff0ff70bf676ab327107c8ad89e1853ec87..b46bb3ec001b56ff98561e17403491bc7c12a659 100644 (file)
        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>