From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B34953858CD1; Thu, 1 Feb 2024 01:02:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B34953858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706749327; bh=Pla04bE3Sp7UynygnFFffKEzNb6qpvKCHn2IcZFRQ1M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w9DoW3o8Mg0kewKM02XHoeoFmZgq79H1FXHLoKwRYXGackIBoa5hIpbUvSrUJHsbA ne+/NE47Yh8KPYwqb+xAAm+/uzUWTFPxPYwvWWnJcoXKnbdeTlDh7vCwYlDqSBwTqc UqH/K46C8b1N/cRmzuAIu/nEqVK9GNbxVzF4KZHk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113690] [13/14 Regression] ICE: in as_a, at machmode.h:381 with -O2 -fno-dce -fno-forward-propagate -fno-split-wide-types -funroll-loops Date: Thu, 01 Feb 2024 01:02:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization 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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on bug_status target_milestone 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=3D113690 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-02-01 Status|UNCONFIRMED |NEW Target Milestone|--- |13.3 --- Comment #1 from Andrew Pinski --- Confirmed. Note there is some missed optimizations on the gimple level too ...=