diff mbox

[wwwdocs] 4.6 changes.html/Fortran: -fwhole-file is enabled by default

Message ID 4C49FD57.3030709@net-b.de
State New
Headers show

Commit Message

Tobias Burnus July 23, 2010, 8:36 p.m. UTC
Hi all, hi Gerald,

I intent to commit the following patch in the next days.
Do you have comments or suggestions?

Tobias

Comments

Gerald Pfeifer July 24, 2010, 6:25 p.m. UTC | #1
On Fri, 23 Jul 2010, Tobias Burnus wrote:
> --- changes.html        16 Jul 2010 11:35:00 -0000      1.31
> +++ changes.html        23 Jul 2010 20:34:00 -0000
> @@ -144,6 +144,9 @@
>      <li>Much improved compile time for large array constructors.</li>
>      <li>Improved diagnostics, especially with
>        <code>-fwhole-file</code>.</li>
> +    <li>The <code>-fwhole-file flag is now enabled by default. The
> +    flag improves the code generation and diagnostics. It can be
> +    disabled using the deprecated <code>-fno-whole-file</code> flag.</li>

Just "code generation" (without "the").

And how about saying "This improves"?

Just two minor comments, thanks for the update!

Gerald
diff mbox

Patch

--- changes.html        16 Jul 2010 11:35:00 -0000      1.31
+++ changes.html        23 Jul 2010 20:34:00 -0000
@@ -144,6 +144,9 @@ 
     <li>Much improved compile time for large array constructors.</li>
     <li>Improved diagnostics, especially with
       <code>-fwhole-file</code>.</li>
+    <li>The <code>-fwhole-file flag is now enabled by default. The
+    flag improves the code generation and diagnostics. It can be
+    disabled using the deprecated <code>-fno-whole-file</code> flag.</li>
     <li>Support the generation of Makefile dependencies via the <a
     href="http://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html">
     <code>-M</code>...</a> flags of GCC; you may need to specify the