From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B6473858D38; Tue, 20 Feb 2024 09:06:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B6473858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708419970; bh=vPX7JkF4ddHYrDNW8rzJuxXYOxDCwPOsf440TiZW6kE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dpn5sNPFVtinLd73Jdfw/xmIuD9fzHGJD2iyf5cuIL8QCmTnT47OPCosxDbMZBA/o ChjFNWbB6Iiqxity0vjoNsIlH/sUBrEFfhLnjbknryQ7tbpoOSdtu3/cbXDrBUSz9l baJH6WxSHFk/lhk0u1uLAMyxCG+Kr2pX5lNvo66k= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113993] ICE: in get_no_error_domain, at tree-call-cdce.cc:815 with __builtin_exp2f32x() at -O1 and above Date: Tue, 20 Feb 2024 09:06:09 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D113993 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57467|0 |1 is obsolete| | --- Comment #7 from Jakub Jelinek --- Created attachment 57468 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57468&action=3Dedit gcc14-pr113993.patch Full untested patch.=