From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61419 invoked by alias); 2 Sep 2018 15:57:56 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 61401 invoked by uid 89); 2 Sep 2018 15:57:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:627, HTo:U*tkoenig, H*f:sk:4d9f78c, Committed X-HELO: mtaout001-public.msg.strl.va.charter.net Received: from mtaout001-public.msg.strl.va.charter.net (HELO mtaout001-public.msg.strl.va.charter.net) (68.114.190.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Sep 2018 15:57:54 +0000 Received: from impout005 ([68.114.189.20]) by mtaout001.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20180902155753.QRLD3697.mtaout001.msg.strl.va.charter.net@impout005>; Sun, 2 Sep 2018 10:57:53 -0500 Received: from [192.168.1.6] ([96.41.213.35]) by impout005 with charter.net id Wfxs1y0070mPCJg01fxsyq; Sun, 02 Sep 2018 10:57:53 -0500 X-Auth-id: anZkZWxpc2xlQGNoYXJ0ZXIubmV0 Subject: Re: [patch, libgfortran] Fix warning about mismatched type declarations. To: Thomas Koenig , "fortran@gcc.gnu.org" Cc: GCC Patches References: <0c22b334-a74e-3a87-8fdf-4fcabac112fe@charter.net> <4d9f78ce-e757-5ee2-2a81-69b1d4360877@netcologne.de> From: Jerry DeLisle Message-ID: <1044f6ed-7530-3a97-9081-678606c8cedd@charter.net> Date: Sun, 02 Sep 2018 15:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <4d9f78ce-e757-5ee2-2a81-69b1d4360877@netcologne.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00005.txt.bz2 On 09/02/2018 04:49 AM, Thomas Koenig wrote: > Hi Jerry, > >> >> The subject patch fixes the declaration for the vlist argument of the >> formatted_dtio function pointer definition which currently gives a >> warnings during compilation for mismatched types. >> >> Regression tested on x86_64-pc-linux. >> >> OK for trunk? > > OK. Thanks! > > Regards > >     Thomas > Committing to svn+ssh://jvdelisle@gcc.gnu.org/svn/gcc/trunk ... M libgfortran/ChangeLog M libgfortran/io/format.c M libgfortran/io/format.h M libgfortran/io/io.h Committed r264043