From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 75B6F385770F; Fri, 11 Aug 2023 09:12:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75B6F385770F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691745160; bh=4I1fwm2xmRGi2d2H+c1AaSzyV1UFZXFGhUecG+Zr+Pw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PFxfKUg78vQsM84EFRPUBichDAPap+qlq/2npUYcqXPvI+bcRWKrox02ILvSlCEXr xIEnx7ust2ADrf2qYK6Aazm8fAfvxjdJn/6s9a3ZQEkFXgwNfL7hifhxz6ffz/5GcO i/8VFFp4N27vYaa99y4dA51RpVVzyiXLV7utB8QE= From: "chilikin.k at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110987] Segmentation fault after finalization of a temporary variable Date: Fri, 11 Aug 2023 09:12:40 +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: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chilikin.k at gmail 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: attachments.created 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110987 --- Comment #1 from Kirill Chilikin --- Created attachment 55721 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55721&action=3Dedit Objdump of the corresponding code=