diff mbox

[wwwdata,committed] gcc-4.7/changes.html: Update Fortran section

Message ID 4DA2C2CE.4060808@net-b.de
State New
Headers show

Commit Message

Tobias Burnus April 11, 2011, 8:58 a.m. UTC
Hi all,

I have committed the attached patch as obvious. Changes:

- Add id="fortran" to <h3> (as it was in previous release notes; there 
are people directly linking to it (Hi! Hi Toon!))
- Fixed a typo (optim(i)zation)
- For the flags, link to the documentation
- Mention coarray changes

Tobias
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.8
diff -u -r1.8 changes.html
--- changes.html	10 Apr 2011 10:39:13 -0000	1.8
+++ changes.html	11 Apr 2011 08:53:50 -0000
@@ -59,17 +59,29 @@ 
   
   <h4>Runtime Library (libstdc++)</h4>
 
-<h3>Fortran</h3>
+<h3 id="fortran">Fortran</h3>
   <ul>
     <li>Front-end optimizations can now be selected by the
-      <code>-ffrontend-optimize</code> option and deselected by
+      <code><a
+      href="http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html#index-g_t_0040code_007bfrontend_002doptimize_007d-275"
+      >-ffrontend-optimize</a></code> option and deselected by
       the <code>-fno-frontend-optimize</code> option.</li>
     <li>When front-end optimization removes a function call,
-      <code>-Wfunction-elimination</code> warns about that.</li>
-    <li>When performing front-end-optimzation, the
-      <code>-faggressive-function-elimination</code> option
+      <code><a
+      href="http://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-g_t_0040code_007bWfunction_002delimination_007d-170"
+      >-Wfunction-elimination</a></code> warns about that.</li>
+    <li>When performing front-end-optimization, the
+      <code><a
+      href="http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html#index-g_t_0040code_007bfaggressive_002dfunction_002delimination_007d-270">-faggressive-function-elimination</a></code> option
       allows the removal of duplicate function calls even for impure
       functions.</li>
+    <li>Fortran 2008:
+      <ul>
+        <li>The <a href="http://gcc.gnu.org/wiki/Coarray">coarray</a>
+          support has been extended. In particular, an experimental,
+          MPI-based <a href="http://gcc.gnu.org/wiki/CoarrayLib">
+          coarray communication library</a> has been added.</li>
+      </ul></li>
   </ul>
 
 <h3>Java (GCJ)</h3>