From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63948 invoked by alias); 15 Mar 2018 23:46:14 -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 62077 invoked by uid 89); 15 Mar 2018 23:46:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:10.99.153.1, interest X-HELO: mail-pf0-f174.google.com Received: from mail-pf0-f174.google.com (HELO mail-pf0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Mar 2018 23:46:03 +0000 Received: by mail-pf0-f174.google.com with SMTP id d26so3464706pfn.5 for ; Thu, 15 Mar 2018 16:46:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:message-id:subject:mime-version :content-transfer-encoding:content-disposition; bh=lWN8neGf4aJzOxLlOTOmb8tdouh0M2zOI94B8Zh7oUU=; b=R2PI70AgqUIeLmKbD0WDBPrjEUNUYEw3R9xvuSc5eqFRHWjTlHqydB24V6tSVOpOx6 8SJI1saOb3rjAeZWzYeXSstnmyBG14u/awQzyNbGC0bUeu74gn6PhHp8Z8MBZK3M7wwa WD0/SB7mU0RcPJk/iY+yyRI/fhGWDCwO2nh4EcOE+SBJMYaPr5MtTZW9+e9+dx8IKjO9 7FHhBB5mmu7UNtTHJ/GeLyfvWDa1ESjDKaBiv7rJDYBARJMPlxZwkDLgtrarV/hwJ/h8 YNY3Y+M75hwRv3VF9z9E+E7s3vmAbsHUwqTXZ8l1AZMsoJC4mc+6AZFkci3oGLsKemSf 5fjQ== X-Gm-Message-State: AElRT7FKvqXM3/ECnF9jZURZw9dzWrVC2s4oTdcDP+CdxAUtu5svqLnP 8+cvCFMJ7NFMzDkwuNM1eQ78Uusn X-Google-Smtp-Source: AG47ELuS0+8UPn2SJp95yRsOmY24TB4Fwf2fhY3FD+2Xg5duYrXv2D4vz/W8pUMBS8wbZTsKgz8PzQ== X-Received: by 10.99.153.1 with SMTP id d1mr8016213pge.338.1521157561006; Thu, 15 Mar 2018 16:46:01 -0700 (PDT) Received: from localhost.mail ([50.233.164.226]) by smtp.gmail.com with ESMTPSA id q17sm10365314pgt.7.2018.03.15.16.45.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Mar 2018 16:46:00 -0700 (PDT) Date: Thu, 15 Mar 2018 23:46:00 -0000 From: Damian Rouson To: gfortran Cc: Jeff Hammond Message-ID: Subject: Bug 84894 - [F2018] provide iso_fortran_binding.h MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00072.txt.bz2 =C2=A0 See below for the text of the above referenced bug report. Damian=20=20 Fortran 2018 requires that compilers provide an iso_fortran_binding.h C hea= der file for further interoperability with C. Such a file was on the fortra= n-dev branch in 2013:=C2=A0 https://gcc.gnu.org/viewcvs/gcc/branches/fortran-dev/libgfortran/ISO_Fortra= n_binding.h.tmpl?&view=3Dmarkup#l1 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 gfo= rtran users the mpi_f08 module that the MPI 3.1 standard requires.=C2=A0 Damian