From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29406 invoked by alias); 27 Oct 2011 23:35:53 -0000 Received: (qmail 31856 invoked by uid 22791); 27 Oct 2011 23:33:20 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp25.services.sfr.fr (HELO smtp25.services.sfr.fr) (93.17.128.120) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Oct 2011 23:33:07 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2512.sfr.fr (SMTP Server) with ESMTP id 3B80B70000AC; Fri, 28 Oct 2011 01:33:06 +0200 (CEST) Received: from gimli.local (145.15.72.86.rev.sfr.net [86.72.15.145]) by msfrf2512.sfr.fr (SMTP Server) with ESMTP id 0DADE7000089; Fri, 28 Oct 2011 01:33:06 +0200 (CEST) X-SFR-UUID: 20111027233306561.0DADE7000089@msfrf2512.sfr.fr Content-Type: multipart/mixed; boundary="===============2618654129733059092==" MIME-Version: 1.0 From: Mikael Morin To: gfortran , GCC patches Message-ID: <20111027233305.18581.72802@gimli.local> In-Reply-To: <20111027232818.18581.901@gimli.local> References: <20111027232818.18581.901@gimli.local> Subject: [Patch, fortran] [54..61/66] inline sum and product: Prevent regressions. Date: Fri, 28 Oct 2011 00:22:00 -0000 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg02586.txt.bz2 --===============2618654129733059092== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-length: 482 This is a collection of changes not directly related, but made necessary by the emergence of regressions in the testsuite without them. Combined patch not attached, as the separate patches being largely independant, it is the concatenation of them. Patch 54 : Enable dependency checking for inline functions. Patch 55..56: Fix gfc_conv_elemental_dependencies. Patch 57..59: Fix {min,max}{loc,val}. Patch 60 : Fix error markers. Patch 61 : Disable frontend optimizations. --===============2618654129733059092==--