From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B40D03858C56; Tue, 5 Mar 2024 07:31:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B40D03858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709623903; bh=tMFs4tlgwyeWxOQMFJKPwa9igr0NuEXRXQCzGh733vU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fIfdCO2EPlKsClb2Gb1FNk89/4Uj9tNb9/Tud/5wtscTaEwZmd+rfe/v1bPOyPBFB Z/DgcuBnaCVpeFT1Jop2+pCoWCVG7r25c7Em5iyw4plFZPLSuiL3b3ErLvLS/1S+VZ zi1C3DPh3Y3mNqphcvRajB4qh7omhX+9Tulhu81I= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114231] [12/13/14 regression] ICE when building libjxl Date: Tue, 05 Mar 2024 07:31:43 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D114231 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |rguenth at gcc dot gnu.org --- Comment #10 from Jakub Jelinek --- On x86_64 the #c6 testcase with -O3 -fno-vect-cost-model started to ICE with r14-5603-g2b59e2b4dff42118fe3a505f07b9a6aa4cf53bdf For aarch64 same testcase, my bet is r12-1551-g3dfa4fe9f1a089b2b3906c83e22a1b39c49d937c though I've only verified r12-1529 works and r12-1573 ICEs and there are no= IL differences before slp2 which newly ICEs.=