From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 54C793864877; Fri, 30 Jun 2023 12:50:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54C793864877 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688129420; bh=yWoN3MmiJ4qLx1R+Zp2Ydv7CVJS0r4angeLF6gLL6bo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eW2OUoBOYtJh9esRJZUuLvIgtLGf/ubKybECjoStd4w+KnVuohH1q7hyLevYAxzTd VKgqEOBPUwpQZg+YWM36KGA7Ekh+ANdBGz0Of9yIQitn27b/VsFm7uk/tLfVrl3/cB tMGLxEwRw1LIf5DF13ZlTLBKzea3OrmGqF4E+2Vg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110487] [12/13/14 Regression] invalid wide Boolean value Date: Fri, 30 Jun 2023 12:50:16 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 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=3D110487 --- Comment #5 from Andrew Pinski --- I think there is zero_one_value_p is also accepting signed-boolean:32 incorrectly too ...=