From patchwork Fri Jul 23 20:36:39 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] 4.6 changes.html/Fortran: -fwhole-file is enabled by default Date: Fri, 23 Jul 2010 10:36:39 -0000 From: Tobias Burnus X-Patchwork-Id: 59841 Message-Id: <4C49FD57.3030709@net-b.de> To: gcc patches , gfortran , Gerald Pfeifer 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 @@
  • Much improved compile time for large array constructors.
  • Improved diagnostics, especially with -fwhole-file.
  • +
  • The -fwhole-file flag is now enabled by default. The + flag improves the code generation and diagnostics. It can be + disabled using the deprecated -fno-whole-file flag.
  • Support the generation of Makefile dependencies via the -M... flags of GCC; you may need to specify the