From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D3C1385041D; Tue, 13 Sep 2022 08:52:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D3C1385041D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663059159; bh=7fvLuGZExDGmMJds4AlekC5RUFYn3Pk4D1+1JJawXYQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v4lGuw9qH1ZStUNM5/uiclbyzxm28CoNgpHU2Iay/J4pbxf6bh8bQy8ab/A4HGOli +P6jufWRo3K11AL3P4jZz/QCa/eRYCOcKDXVoEqBxaC6twMgL85WG5ROR6/J1toCDf AzIfrlhzXX8lI2Itvq4OAqy/kY9uz72dQ022+5UE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/106913] [13 Regression] ICE in dump_bb_info, at cfg.cc:796 since r13-2263-gf71abacfed170852 Date: Tue, 13 Sep 2022 08:52:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106913 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:ad08894ea02b6308c4ed4e8cd8e6a564c2f581e8 commit r13-2639-gad08894ea02b6308c4ed4e8cd8e6a564c2f581e8 Author: Richard Biener Date: Tue Sep 13 08:46:51 2022 +0200 tree-optimization/106913 - ICE with -da and -Wuninitialized The following avoids setting and not clearing an auto_bb_flag on EXIT_BLOCK which we don't verify for such stale flags but dump_bb_info still asserts on them. PR tree-optimization/106913 * tree-ssa-uninit.cc (warn_uninitialized_vars): Do not set ft_reachable on EXIT_BLOCK.=