From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98096 invoked by alias); 16 Mar 2018 00:25:02 -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 98077 invoked by uid 89); 16 Mar 2018 00:25:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=interest X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Mar 2018 00:25:01 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w2G0Oxkl074882 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Mar 2018 17:24:59 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w2G0OxEV074881; Thu, 15 Mar 2018 17:24:59 -0700 (PDT) (envelope-from sgk) Date: Fri, 16 Mar 2018 00:25:00 -0000 From: Steve Kargl To: Damian Rouson Cc: gfortran , Jeff Hammond Subject: Re: Bug 84894 - [F2018] provide iso_fortran_binding.h Message-ID: <20180316002458.GA74834@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00073.txt.bz2 On Thu, Mar 15, 2018 at 04:45:59PM -0700, Damian Rouson wrote: > > This bug is being submitted to track progress and interest in this > feature and to preserve a link to the above file as a potential > starting point. The lack of iso_fortran_bindin.h currently blocks > MPICH 3.2 from providing gfortran users the mpi_f08 module that > the MPI 3.1 standard requires. > MPI 3.1 uses a header file that isn't in the Fortran 2008 Standard? Seems like MPICH 3.2 will need to generate the header file for each compiler that it supports. -- Steve