From patchwork Fri Jul 23 20:36:39 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 59841 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 1DF98B70B2 for ; Sat, 24 Jul 2010 06:36:50 +1000 (EST) Received: (qmail 17701 invoked by alias); 23 Jul 2010 20:36:49 -0000 Received: (qmail 17685 invoked by uid 22791); 23 Jul 2010 20:36:49 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jul 2010 20:36:42 +0000 Received: from [192.168.178.22] (port-92-204-52-63.dynamic.qsc.de [92.204.52.63]) by mx02.qsc.de (Postfix) with ESMTP id 29F6D1E319; Fri, 23 Jul 2010 22:36:39 +0200 (CEST) Message-ID: <4C49FD57.3030709@net-b.de> Date: Fri, 23 Jul 2010 22:36:39 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.10) Gecko/20100520 SUSE/3.0.5 Thunderbird/3.0.5 MIME-Version: 1.0 To: gcc patches , gfortran , Gerald Pfeifer Subject: [Patch, wwwdocs] 4.6 changes.html/Fortran: -fwhole-file is enabled by default Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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