From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3699B3858C50; Wed, 1 Mar 2023 07:46:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3699B3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677656794; bh=IGJxJUKJSRXjzQl2ECX+Jk+PKQU80x2MT0iqHKkpGq0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JNkmNl8phPMhZwz7fWPdyrLp7+IHiRlOH/Cmoe2xs4UrhbcYtJTT5dqo56T3B3II9 tpiOugXGCclzTFpFsNpfvgATvfHBIecOlQ+PYnP7sBKjY/HtvUtv8Vr9HQjBGwcVMg EcqjdtxJTCGXh4iFJ82UPW/ehnXLDCr67GTG25vQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108971] [13 Regression] ICE in tree_profiling, at tree-profile.cc:724 Date: Wed, 01 Mar 2023 07:46:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, lto, needs-bisection, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone everconfirmed cf_reconfirmed_on keywords cc bug_status component 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=3D108971 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.0 Ever confirmed|0 |1 Last reconfirmed| |2023-03-01 Keywords|ice-on-invalid-code |ice-on-valid-code, | |needs-bisection, | |rejects-valid CC| |hubicka at gcc dot gnu.org Status|UNCONFIRMED |NEW Component|lto |c++ --- Comment #1 from Richard Biener --- Happens at compile-time. Note without -flto the code is accepted, so I suspect some interaction with free-lang-data here? Confirmed.=