From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B7A1385C019; Sat, 21 Mar 2020 14:01:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B7A1385C019 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584799315; bh=cGDPa2wyeSAvFDpj72W3W7RfFaYLEW62aQ01znrRcB0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E2McIlZQKIwSIu8P/nPEEJYc7cT1QFfa6rONmbGnHtxKqNwkQOw9n9iavyfOvinUV chCRdObMTeMQuTLtXMmPj8Veit/b5KCxtXbDMRXp/OiJzLzeVEGjGvEoLnvctpP1wx eDXCjcDD5cHa0HZkl2WDLphdcZzcvn/wzIgTXaQ0= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/78746] charlen_03, charlen_10 ICE Date: Sat, 21 Mar 2020 14:01:55 +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: unknown X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code X-Bugzilla-Severity: enhancement X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: NEW 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: cc 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: Sat, 21 Mar 2020 14:01:55 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D78746 David Binderman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcb314 at hotmail dot com --- Comment #20 from David Binderman --- (In reply to Arseny Solokha from comment #17) > Just in case, w/ gcc/testsuite/gfortran.dg/class_61.f90 (as of r268503): >=20 > =3D=3D20572=3D=3D Invalid read of size 8 > =3D=3D20572=3D=3D at 0x8150A4: resolve_component(gfc_component*, gfc_s= ymbol*) > (resolve.c:13809) > =3D=3D20572=3D=3D by 0x815BB2: resolve_fl_derived0(gfc_symbol*) [clone= .part.54] > (resolve.c:14258) > =3D=3D20572=3D=3D by 0x8161FF: resolve_fl_derived0 (resolve.c:14357) > =3D=3D20572=3D=3D by 0x8161FF: resolve_fl_derived(gfc_symbol*) (resolv= e.c:14387) I can confirm that I am still seeing this one, over a year later. Since the code is in error, probably not a high priority.=