This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch,wwwdocs] Update gcc-4.6/changes.html for Fortran
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Tobias Burnus <burnus at net-b dot de>
- Cc: gcc patches <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>
- Date: Sun, 13 Jun 2010 14:45:13 +0200 (CEST)
- Subject: Re: [Patch,wwwdocs] Update gcc-4.6/changes.html for Fortran
- References: <4BF99068.20604@net-b.de> <alpine.LSU.1.99.1005241818090.26362@acrux.dbai.tuwien.ac.at> <4C0D4B97.1080502@net-b.de>
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>