Comments
Patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.11
@@ -84,7 +84,7 @@ by this change.</p>
href="http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html">
-fno-realloc-lhs</a></code>. Additionally, it can be used to find automatic
(re)allocation in hot loops. (For arrays, replacing <q><code>var=</code></q>
- by <q><code>var(:)=</code></q> disables the automatic reallocation.)<li>
+ by <q><code>var(:)=</code></q> disables the automatic reallocation.)</li>
<li>Reading floating point numbers which use <q><code>q</code></q> for the
exponential (such as <code>4.0q0</code>) is now supported as vendor
@@ -114,7 +114,7 @@ by this change.</p>
(<code>dimension(..)</code>) has been added. Note that currently
gfortran's own array descriptor is used, which is different from the
one defined in TS29113, see <a
- href="http://gcc.gnu.org/viewcvs/trunk/libgfortran/libgfortran.h?content-type=text%2Fplain&view=co">
+ href="http://gcc.gnu.org/viewcvs/trunk/libgfortran/libgfortran.h?content-type=text%2Fplain&view=co">
gfortran's header file</a> or use the <a
href="http://chasm-interop.sourceforge.net/">Chasm Language
Interoperability Tools</a>.</li>