This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch,wwwdocs] Update gcc-4.6/changes.html for Fortran


On Mon, 7 Jun 2010, Tobias Burnus wrote:
> Thanks for the suggestions. I have now committed the following. If you
> have more suggestions, they are welcome as one can still change that
> file ...

Sounds good.  I just committed the following follow-up, only two
minor changes as you can see.  Keep the good stuff coming!

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.17
diff -u -3 -p -r1.17 changes.html
--- changes.html	7 Jun 2010 19:30:19 -0000	1.17
+++ changes.html	13 Jun 2010 12:43:55 -0000
@@ -90,10 +90,11 @@
 <h3 id="Fortran">Fortran</h3>
   <ul>
     <li>Much improved compile time for large array constructors.</li>
-    <li>Improved diagnostics, especially with <tt>-fwhole-file</tt>.</li>
+    <li>Improved diagnostics, especially with
+      <code>-fwhole-file</code>.</li>
     <li>Fortran 2003 support has been extended:
       <ul>
-        <li>Improved supported for polymorphism between libraries and
+        <li>Improved support for polymorphism between libraries and
         programs and for complicated inheritance patterns (cf. <a
         href="http://gcc.gnu.org/wiki/OOP";>object-oriented programming</a>).
         </li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]