From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FCDF386F82A; Thu, 28 May 2020 10:34:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FCDF386F82A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590662049; bh=hDRAQdfYG7XWmeYueL2AsUcnQQDvGVQST0hja0LRW0g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wSAnwTLUeutJ95G5maENxjhp2WKB7nMFnZjX9B11pxAJ7MXBjU7+khO4dH0AktsLt ZCCGQgO4TvnYGdz8Vub2YKhWFA8jgMZI/zKnUcwt3SObvCZDOl3BkjmlZo/p/O6YQa qXLVI8WwMgJofVmPFbV2SvBMUMIP1nk+fAI+z2T0= From: "zeccav at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/50392] SIGSEGV in gfc_trans_label_assign Date: Thu, 28 May 2020 10:34:09 +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: 4.8.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zeccav at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: 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: Thu, 28 May 2020 10:34:09 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D50392 --- Comment #23 from Vittorio Zecca --- The update proposed in comment #18 fixed the issue. Thank you!=