From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81781385840A; Wed, 7 Sep 2022 18:44:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81781385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662576295; bh=kXpRV6ldf7gPRKhozGz4fog2GA9kqY+8DSdPjxSXdrc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mLN2S7caxxITtvL6ztjPQAPkJGtHTStu3U8edwLniq8RMfEVwmT7hW+Bd1KJto6z8 eqUClJQPppcxIfTgu1+na5fFgtBQ0ctppLk5dbg0gAmgRPS7Oycm8x27PtGj+pzjUo wKdePWO37Ek2UHqEYMuOn0uBgHXc4xC8NZWIrtDU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106881] [13 Regression] ice in init_from_control_deps, at gimple-predicate-analysis.cc:1740 Date: Wed, 07 Sep 2022 18:44:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: diagnostic, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc keywords version target_milestone component 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=3D106881 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ice in |[13 Regression] ice in |init_from_control_deps, at |init_from_control_deps, at |gimple-predicate-analysis.c |gimple-predicate-analysis.c |c:1740 |c:1740 Keywords| |diagnostic, | |ice-on-valid-code Version|12.0 |13.0 Target Milestone|--- |13.0 Component|c |tree-optimization=