From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8EB4385842D; Wed, 20 Oct 2021 10:56:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8EB4385842D From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa Date: Wed, 20 Oct 2021 10:56:56 +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: 9.3.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.5 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: Wed, 20 Oct 2021 10:56:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102844 --- Comment #21 from Martin Li=C5=A1ka --- (In reply to Richard Biener from comment #12) > (In reply to Martin Li=C5=A1ka from comment #10) > > (In reply to Richard Biener from comment #9) > > > (In reply to Martin Li=C5=A1ka from comment #8) > > > > Using x86_64 compiler, the issue is fixed on master after > > > > r10-1420-g744fd446c321f78f and started with r9-6384-g1a438d160e1dc8= 45. > > >=20 > > > Can you continue searching for a fix with -fdisable-tree-fre4 (r10-14= 20 > > > added FRE4 before DOM3). > >=20 > > Sure, then it gets fixed with r11-408-g84935c9822183ce4. >=20 > -fno-tree-sink? This is fixed with r11-4637-gf5e18dd9c7dacc96.=