This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs, patch, committed] Updated Fortran part of http://gcc.gnu.org/gcc-4.9/changes.html
- From: Tobias Burnus <burnus at net-b dot de>
- To: gcc patches <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Wed, 10 Apr 2013 19:24:58 +0200
- Subject: [wwwdocs, patch, committed] Updated Fortran part of http://gcc.gnu.org/gcc-4.9/changes.html
http://gcc.gnu.org/gcc-4.9/changes.html was so empty :-)
I have committed the attached patch - comments and suggestions are welcome.
Tobias
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.1
diff -u -r1.1 changes.html
--- changes.html 15 Mar 2013 16:39:45 -0000 1.1
+++ changes.html 10 Apr 2013 17:22:21 -0000
@@ -45,9 +45,21 @@
<h3>C++</h3>
-->
-<!--
<h3 id="fortran">Fortran</h3>
--->
+ <ul>
+ <li>Compatibility notice:
+ <ul>
+ <li>Note that the argument passing ABI has changed for scalar dummy
+ arguments of type <code>INTEGER</code>, <code>REAL</code>,
+ <code>COMPLEX</code> and <code>LOGICAL</code>, which have
+ <em>both</em> the <code>VALUE</code> and the <code>OPTIONAL</code>
+ attribute.</li>
+ </ul>
+ <li>The deprecated command-line option <code>-fno-whole-file</code>
+ has been removed. (<code>-fwhole-file</code> is the default since
+ GCC 4.6.) <code>-fwhole-file</code>/<code>-fno-whole-file</code>
+ continue to be accepted but do not influence the code generation.</li>
+ </ul>
<!--
<h3>Java (GCJ)</h3>