From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2C02385840B; Tue, 1 Feb 2022 22:18:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2C02385840B From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/103910] openjdk17 causes ICE on -O3 -march=opteron -fcheck-new: during GIMPLE pass: aprefetch: in gimple_build_call, at gimple.c:267 Date: Tue, 01 Feb 2022 22:18:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: GC, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2022 22:18:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103910 --- Comment #12 from Eric Gallager --- (In reply to Sam James from comment #11) > (In reply to Andrew Pinski from comment #10) > > Someone would have hit this a long time ago, in GCC 4.3.0 or latter. >=20 > My point was that some software has recently started building with PCH by > default and hence it's only appeared now and I was surprised at the number > of people who were affected. I understand the bug isn't new, it's just be= en > exposed by a change in the ecosystem. Could you provide some more info on the software that has recently started building with PCH by default? There has been some talk of wanting to rip PCH out of GCC at some point, but if there's software out there actually depend= ing on it, that could be useful info for the argument that PCH ought to be kept= .=