From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A16F93858D3C; Sat, 20 Jan 2024 06:20:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A16F93858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705731619; bh=3SMeZ9RxVaY86NqSJVFYD+5c5h5u8JjLnY4cFdNMNOo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bVpn/T+A/iDWbOK1C8C+Svhwh5Wmo5b2eWklpkjTMLXouhGYAI26yROX32mFV3LsA tsXokIOxt9lttXbWy+M+XX7/BiVjICy66b6Ec4xCT3yBAI9MG9dCyZv+35eXKrdIdv jV0OdBZQ6Nnqg6SDaA+byCL8RlSJXC1XuXAuVRuI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/113519] [14 Regression] ICE: in replace_child, at dwarf2out.cc:5704 with -g -fdebug-types-section -fsso-struct=big-endian (or little-endian if the target is big-endian) Date: Sat, 20 Jan 2024 06:20:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed bug_status keywords 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=3D113519 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-20 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |needs-bisection --- Comment #2 from Andrew Pinski --- Confirmed. Note the assert is NOT a checking assert so it is not just masked due to release checking ...=