From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F1E0C3858D33; Sat, 1 Jul 2023 00:48:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1E0C3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688172498; bh=n5JY9HSPAjwdEt5ct/6y4G+HLjOEjWQoffWL9K/Eni0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qOL4jrpkxuvbhCPcZbiRpvNG3u3Cgtjm2MHApE7WmyO2Y9yffCw0+Hz/7SfldEwo4 sq2Ph64Lkk70wN3LMSIksx/NCabf9aW6MGMKQhFhJxFNoPPgoDFipKDf4NGp54h7M7 zg9o57JBxtXtqC9UryUl8GAK4gk5sIP0xOTL28yw= 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: Sat, 01 Jul 2023 00:48:18 +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: attachments.created 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 #6 from Andrew Pinski --- Created attachment 55440 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55440&action=3Dedit Fixes the first part Here is the patch which fixes the first part, I will fix zero_one_p too.=