From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0DAF73840C2D; Sat, 16 May 2020 17:08:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0DAF73840C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589648914; bh=rwCO0ewoNFA+Oz0ZWZfxGy0iPw1uj4mXAogepvV8yos=; h=From:To:Subject:Date:From; b=ZxbsCVL0lQF85FfTCSzAFpdPN+TAJePgsyLlPFSn5jlwt3VHBdGGBzCY4jCvsLXbD 1QA6gLJ3lyBaHT/0XHbhh6Odr0fKlLoNd2vo0sFPfjXrEb116B7GZeCSY4YgkGg4nb MjYkv2bONACbV81IBfsbUMe6qWYXNbavw9PEOPI0= From: "mcccs at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug web/95165] New: Since 9.1 we do have ISO_Fortran_binding.h Date: Sat, 16 May 2020 17:08:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: web X-Bugzilla-Version: 9.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcccs at gmx dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 17:08:34 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95165 Bug ID: 95165 Summary: Since 9.1 we do have ISO_Fortran_binding.h Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: mcccs at gmx dot com Target Milestone: --- At https://gcc.gnu.org/onlinedocs/gfortran/Further-Interoperability-of-Fortran= -with-C.html#Further-Interoperability-of-Fortran-with-C outdated statement: > GNU Fortran always uses an array descriptor, which does not match the one= of the Technical Specification. The ISO_Fortran_binding.h header file and = the C functions it specifies are not available.=20 But in https://gcc.gnu.org/gcc-9/changes.html > C descriptors and the ISO_Fortran_binding.h source file have been implem= ented.=