From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22737 invoked by alias); 3 Apr 2011 15:26:58 -0000 Received: (qmail 22721 invoked by uid 22791); 3 Apr 2011 15:26:58 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_GF X-Spam-Check-By: sourceware.org Received: from mail-px0-f176.google.com (HELO mail-px0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Apr 2011 15:26:53 +0000 Received: by pxi11 with SMTP id 11so1307845pxi.21 for ; Sun, 03 Apr 2011 08:26:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.4.9 with SMTP id g9mr1932564wfi.276.1301844412936; Sun, 03 Apr 2011 08:26:52 -0700 (PDT) Received: by 10.68.64.162 with HTTP; Sun, 3 Apr 2011 08:26:52 -0700 (PDT) In-Reply-To: <4D988E37.5010702@net-b.de> References: <4D8CCC8D.5060206@net-b.de> <4D988E37.5010702@net-b.de> Date: Sun, 03 Apr 2011 15:26:00 -0000 Message-ID: Subject: Re: [Patch, libgFortran] Fix MinGW64 compile warning From: Janne Blomqvist To: Tobias Burnus Cc: gcc patches , gfortran Content-Type: text/plain; charset=UTF-8 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-04/txt/msg00156.txt.bz2 On Sun, Apr 3, 2011 at 18:11, Tobias Burnus wrote: > Janne Blomqvist wrote: >> >> Since the reason for adding the gfstat_t typedef was that on mingw we >> needed to use struct _stati64 instead of struct stat, and that >> justification now seems to be gone with this patch, please also remove >> gfstat_t and just use struct stat everywhere. > > How about the attached patch? (Build & regtested on x86-64-linux.) Looks fine; ok for trunk. Thanks for fixing this. -- Janne Blomqvist