From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2DBF63857C79; Tue, 21 Jul 2020 00:20:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2DBF63857C79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595290820; bh=oiRx6uo93ilAM1klP74zaAOIX+buDmtFDOjQpBZywwM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qa71fU+2Yl33NnIqG2mDBbnW0mvSBI/rgf8DqhQTqgykLkfHF86wMEkirUn3luJPm Wn+4T/R/NB/v/B56EvgYWC/wIAbPx76tGjf0pQ7rhDiRML+5T4xJHfZ75Zh2WFjNkE 7lgg+E2+wniIolpL3rNDsUOQGyDxCYoHHx3sIKos= From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/92643] ISO_Fortran_binding_15.f90 failure on i586-*-freebsd Date: Tue, 21 Jul 2020 00:20:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: Tue, 21 Jul 2020 00:20:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D92643 --- Comment #13 from kargl at gcc dot gnu.org --- (In reply to jvdelisle from comment #12) > (In reply to kargl from comment #11) > > (In reply to Dominique d'Humieres from comment #10) > > > > As of svn reversion r280157, the issue is not fixed. > > >=20 > > > Do you know the git equivalent? > >=20 > > No. I don't use git. r280157 is the last svn revision before > > it was turned into a read-only archive. >=20 > Boost my memory, is that 32 bit platform? 32-bit i586 architecture. I configure with --enable-checking=3Dyes. Don't know if that matters.=