From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 096333870879; Thu, 27 Aug 2020 18:47:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 096333870879 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598554043; bh=2b2iL5u8JYqQLTG6/RdVbn3WP53En0iPYPFu10SHtwA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V7+gYUKtTbHThI6uSGaiQvRyUio98sBOPc0oUQwShUCwHl/4pFPGtKIjcSGyCsrwU 7bcQFlehE//EJavpuJW3QFJhPS4327ZpMHA8MCKt4HcuhwWFIKnYjgEUPX6N4I1nkA VkAnRXm6wNJYWQE0uI/svKTPaLN9uL7WjX8tFL4g= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/96824] segfault during IPA pass: analyzer (very simple code) Date: Thu, 27 Aug 2020 18:47:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cf_reconfirmed_on 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, 27 Aug 2020 18:47:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96824 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2020-08-27 --- Comment #1 from David Malcolm --- Thanks for filing this. The "x86-64 gcc (static analysis)" option in godbolt is an old stale branch from before the code was merged into trunk for gcc 10. I need to either up= date or eliminate it from godbolt. I see the ICE with that old branch in godbol= t, but not with gcc trunk, 10.2, or 10.1. So hopefully this is fixed now; indeed, the code has been substantially cha= nged since gcc 10 at least. Marking as ASSIGNED, to track adding this code as a regression test.=