From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1981238708DA; Mon, 13 May 2024 11:30:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1981238708DA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715599808; bh=Ysrr8EYf6UVbBwcWBJLICCNZJ3rUR0lwmuPbn5m/DYU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LfimS6Y32kk5JtD3vxu+63wM3vsK1uISfk6sf9gST/am8TIfb/KO05tYLI4Shd7tr blWIcqU9WM1gcBq5Jc0FUwjQ1fMIAJjJZC5pyogcWFwcS5ccllKgQymQyCpeiKJocZ 8g3h3EOfAaJJUJ6Wj0+0tD+jvC9ki7eqGbWx0Az8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111668] [12/13 Regression] vrp2 (match and simplify) introduces invalid wide signed Boolean values Date: Mon, 13 May 2024 11:30:07 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D111668 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=