From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B3063858426; Fri, 6 Oct 2023 08:48:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B3063858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696582130; bh=V1nyJojYl+sgNu215E1ivIONIZPBWVB5eaiwvXcY5dM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E/O/6ZRpnGm8keXo7Q87tEWEOJZYydo2Ve4CyuDncwzuFzj0Bx5xnbk69Q3Xrvbkc SnNfPtCfXf4qp0KPyLRSlYGClN8gDYV2wOdmcFK+IosU81UsJ4NFINFG6oA/8zP5Vh s47Z8o6yeMdv4LKcwGL4LLzZESuaG6eX6ttlaFFU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111711] [14 Regression] ICE: in maybe_legitimize_operand, at optabs.cc:8046 at -O1 with division by zero Date: Fri, 06 Oct 2023 08:48:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D111711 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Andrew Pinski --- So I looked further into this and it was actually a dup when I said it was = not. Anyways just marking it as a dup of bug 111260 in the end. *** This bug has been marked as a duplicate of bug 111260 ***=