From patchwork Thu Apr 25 14:56:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 239536 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 567012C00CA for ; Fri, 26 Apr 2013 00:56:55 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type; q=dns; s=default; b=V3y9RGCKFpP2QSdzL 0WUkAggrEYv4nJygha4mLYf4ZbS5JHjUtO1o3tSG79pcNgZR3YyMMDfpuvXgdTHA i/LTRnau0pK/mO59QzjaF0NmV4Yyn80YxPExNiVUX+ZDfv5GugX4YW9ak2IWShze ugA6CXza5bLSVU4ZEsKpk1tQhs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type; s=default; bh=rZz9R4gR1gdRMVLRWUeFqyl VNA0=; b=k2VE3OOWxpDcdxxO2/kwKduKT9wByE+9vkjUxcuh2ZLD2spC3RScoNM 4NXUdhRPyGPfmWp+w7+S6Q/fBR0yN5iCy9H1SX9W1d1g0adOEtpXR3pzUz+RRAo4 X5CbzPgq7qdy11ajoujnJGMf49UwLkzCivN4hb3IjDyYP18AJz4c= Received: (qmail 30479 invoked by alias); 25 Apr 2013 14:56:48 -0000 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 Received: (qmail 30461 invoked by uid 89); 25 Apr 2013 14:56:48 -0000 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_BR, RCVD_IN_JMF_BR, RCVD_IN_SEMBACKSCATTER autolearn=no version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Apr 2013 14:56:47 +0000 Received: from archimedes.net-b.de (port-92-195-76-58.dynamic.qsc.de [92.195.76.58]) by mx02.qsc.de (Postfix) with ESMTP id 004C1277DB; Thu, 25 Apr 2013 16:56:43 +0200 (CEST) Message-ID: <5179442B.2060408@net-b.de> Date: Thu, 25 Apr 2013 16:56:43 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: gcc patches , gfortran Subject: Re: [Fortran-Dev] Merge from Trunk / Commit of the last patch References: <5178F55A.3090005@net-b.de> In-Reply-To: <5178F55A.3090005@net-b.de> X-Virus-Found: No Tobias Burnus wrote: > Additionally, I have committed the recent branch patch, > http://gcc.gnu.org/ml/fortran/2013-04/msg00221.html , with the > followup patch at http://gcc.gnu.org/ml/fortran/2013-04/msg00223.html > - Rev. 198277 Attached is another dependency fix, committed as Rev. 198307. Tobias Index: libgfortran/Makefile.am =================================================================== --- libgfortran/Makefile.am (Revision 198306) +++ libgfortran/Makefile.am (Arbeitskopie) @@ -657,7 +657,7 @@ $(i_exponent_c) $(i_fraction_c) $(i_nearest_c) $(i_set_exponent_c) \ $(i_pow_c) $(i_rrspacing_c) $(i_spacing_c) $(i_pack_c) $(i_unpack_c) \ $(i_spread_c) selected_int_kind.inc selected_real_kind.inc kinds.h \ - $(i_cshift0_c) kinds.inc c99_protos.inc fpu-target.h + $(i_cshift0_c) kinds.inc c99_protos.inc fpu-target.h ISO_Fortran_binding.h # Machine generated specifics gfor_built_specific_src= \ Index: libgfortran/Makefile.in =================================================================== --- libgfortran/Makefile.in (Revision 198277) +++ libgfortran/Makefile.in (Arbeitskopie) @@ -1102,7 +1102,7 @@ $(i_exponent_c) $(i_fraction_c) $(i_nearest_c) $(i_set_exponent_c) \ $(i_pow_c) $(i_rrspacing_c) $(i_spacing_c) $(i_pack_c) $(i_unpack_c) \ $(i_spread_c) selected_int_kind.inc selected_real_kind.inc kinds.h \ - $(i_cshift0_c) kinds.inc c99_protos.inc fpu-target.h + $(i_cshift0_c) kinds.inc c99_protos.inc fpu-target.h ISO_Fortran_binding.h # Machine generated specifics