From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 673FD3858C41; Tue, 5 Mar 2024 05:16:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 673FD3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709615788; bh=Zfz3JbYXY8zUgW2o7/LjHUsKvbGROBmvyNEvHAZK9Ww=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xXCGsFOtouIw8Kb87OIp8q75jLhZR/lrHNemStNoqDx5t4Lsn3v4jBa4kgm6keM/f SHvjD1OJnSMLXrtKtR9ajEedzEcQnCFiQj+kKgpeeDjOk00hbt6UMwsDSlmHBozQYv K9vu4w3P+ghP9XD2AUcmmmZ8wKu5rmUfh+EbNQ0I= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114231] [14 regression] ICE when building libjxl Date: Tue, 05 Mar 2024 05:16:28 +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: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: 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 --- Comment #2 from Sam James --- (In reply to Sam James from comment #1) > Created attachment 57607 [details] > reduced.ii >=20 > `g++ -c reduced.ii -march=3Dsapphirerapids -O2 -fno-vect-cost-model` is e= nough > for the reduced version. in fact, g++ -c reduced.ii -O2 -fno-vect-cost-model is enough=