From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7268A3857731; Fri, 8 Mar 2024 04:04:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7268A3857731 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709870662; bh=wx0G8f4FkwpBV2Eu8Inyt03ojMN+fP5TUYFFovz6Isg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gY50Wqv4i5eYQj5pEE4K2vcRlNTc0uOR0cBA4ZGkawVa5VPALHP4U6CcvSO3nFm+I YtjPqgGYykby8giWU+M8fQekYW0fV1OMIaQ6dMeD/tUa+D3JPoI4sZDRWxQmo+686h 9UZD35yacffJma2B977u9lpwsOavCfmgZCcmWrzI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjLzEwOTYxOV0gSUNFOiB0cmVlIGNoZWNrOiBleHBlY3Rl?= =?UTF-8?B?ZCBjbGFzcyDigJh0eXBl4oCZLCBoYXZlIOKAmGV4Y2VwdGlvbmFs4oCZIChl?= =?UTF-8?B?cnJvcl9tYXJrKSBpbiBmb2xkX2NvbnN0X2NhbGxfMSwgYXQgZm9sZC1jb25z?= =?UTF-8?B?dC1jYWxsLmNj?= Date: Fri, 08 Mar 2024 04:04:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: error-recovery, ice-checking, ice-on-invalid-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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to 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=3D109619 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org --- Comment #3 from Andrew Pinski --- in fold_builtin_[123], replace `TREE_CODE (*) =3D=3D ERROR_MARK` with `error_operand_p (*)` will fix this.=