From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5D3E3858CDA; Mon, 5 Feb 2024 15:37:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5D3E3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707147427; bh=rV+5RCVBQ/budZwEsIdmJj119lNlWn+D/kYXQ+TAwcU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ErPtnemSpSu3Liy/cfl87z9obxr0Jl9PvzrS7bL/1Tw+WM6zj4wcz1hHSaQNLIR3f brIV6bARRdMFTW6LExE4+659/OtIyINeq2ZblJCXVUFZtI+5OhVNgcvNmLz1H7eopf htuYzHiHpzbAfKRQt59l8Ai6IpesWWLX8Iweu3Xs= From: "jhaiduce at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110987] Segmentation fault after finalization of a temporary variable Date: Mon, 05 Feb 2024 15:37:05 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jhaiduce at gmail 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 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 John Haiducek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhaiduce at gmail dot com --- Comment #5 from John Haiducek --- Created attachment 57326 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57326&action=3Dedit Additional test case This is an additional test case, which appears to trigger the same bug under slightly different circumstances.=