From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2DEB53858C53; Wed, 7 Feb 2024 02:27:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2DEB53858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707272879; bh=B9nM+n8y+jqMs7uMlH5m6N5evdX3II62Ql1kQnvfONk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KpA2MNfGGDEIZ2eVSZPUcOGRb1t+xdfAfDI4IZ4snvo1UNasigsHy3aUxAoCnZN1P 2QinoLNd1jr9QKskOIGja5vlcJV4EdkRFza4+v3LW/Npy7Pp+wIR1T4HAaeQKdgfIz Kpt2PJZhQqLiTV8S07E2ntrH34Zcq0Veg0kCUu0o= From: "alx at kernel dot 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: Wed, 07 Feb 2024 02:27:55 +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: alx at kernel dot 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: 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=3D103910 Alejandro Colomar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alx at kernel dot org --- Comment #13 from Alejandro Colomar --- I personally build PCHs in my build systems, as a test that the header files are self-contained. It has proved useful to me. But I could live without = it if you insist on removing it. Just a data point.=