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]

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


Hi all, hi Gerald,

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

Tobias

--- 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


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