public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdata, committed] gcc-4.7/changes.html: Update Fortran section
@ 2011-04-11  8:59 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2011-04-11  8:59 UTC (permalink / raw)
  To: gcc patches, gfortran

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

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

[-- Attachment #2: commit.diff --]
[-- Type: text/x-patch, Size: 1990 bytes --]

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-11  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11  8:59 [wwwdata, committed] gcc-4.7/changes.html: Update Fortran section Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).