From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7CAD3858D33; Sat, 1 Jul 2023 00:49:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7CAD3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688172555; bh=J9ejESNUjxj/OCkpf3hnHcsFIb9V56g+1sjyGz/y4oc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZXSqJJTRymY6lQhxzBtc/BrJA/KBlq5P4/FdVSWu97DZnA6Lop0FffBbUGd7P8To+ Kxv4NHhbk420JO8NmYUw/m5l7EV0eIVAnvXqCOmOSlUmhaGgqovGYJWbCAAyAPoTVQ kvpHYuJ/ZphA6hk4TYBIknUAPPqBOia4kSxnPmo0= 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:49:15 +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.isobsolete 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55440|0 |1 is obsolete| | --- Comment #7 from Andrew Pinski --- Created attachment 55441 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55441&action=3Dedit Fixes the first part Attach the correct patch this time around.=