From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28703 invoked by alias); 31 Jul 2007 15:24:57 -0000 Received: (qmail 28686 invoked by uid 22791); 31 Jul 2007 15:24:56 -0000 X-Spam-Check-By: sourceware.org Received: from zs01.physik.fu-berlin.de (HELO zs01.physik.fu-berlin.de) (160.45.35.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Jul 2007 15:24:51 +0000 Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs01.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1IFtaZ-0006db-9b; Tue, 31 Jul 2007 17:24:48 +0200 Message-ID: <46AF543F.2060503@net-b.de> Date: Tue, 31 Jul 2007 15:40:00 -0000 From: Tobias Burnus User-Agent: Thunderbird 2.0.0.4 (X11/20070613) MIME-Version: 1.0 To: Paul Thomas CC: Fortran List , gcc-patches Subject: Re: [Patch, fortran] PR31609 - module that calls a contained function with an ENTRY point References: <46AF43A0.1070707@wanadoo.fr> In-Reply-To: <46AF43A0.1070707@wanadoo.fr> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-ZEDV-Virus-Scanned: No viruses found. [ClamAV 0.90.1/3835/Tue Jul 31 15:59:27 2007] X-ZEDV-Spam-Level: ---- X-ZEDV-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on zs01.physik.fu-berlin.de X-ZEDV-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7-deb X-ZEDV-Spam-Report: * -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] 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: 2007-07/txt/msg02185.txt.bz2 :REVIEWMAIL: Paul Thomas schrieb: > Regtested on Cygwin_NT/amd64 - OK for trunk? OK. Thanks for the patch. Tobias