From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E583F3858C74; Sat, 20 Jan 2024 06:19:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E583F3858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705731567; bh=PHcMAMOnNLqzdAEZQviwGgYSrmJQA8YIgPWRxiNhSMU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w00ty9+X4V5uNPNP3a2DRRvBPK13zkMXQLXoNLiqXgC+zHdnWJYVTyahIVaURppwK Fi7i0wOBTaYbLCTcpC8rrg4C8mPE0rRRPM3XMFjag68rVPggEBxAfkxp/EeXTgTplE FQ6FAzOcg0cAsdLnQBuNfElt3R9wnw6qKpCF4q2A= 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:19:27 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: short_desc cf_gcctarget target_milestone 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 ---------------------------------------------------------------------------- Summary|ICE: in replace_child, at |[14 Regression] ICE: in |dwarf2out.cc:5704 with -g |replace_child, at |-mbig-endian |dwarf2out.cc:5704 with -g |-fsso-struct=3Dlittle-endian |-fdebug-types-section |-fdebug-types-section |-fsso-struct=3Dbig-endian = (or | |little-endian if the target | |is big-endian) Target|riscv64-unknown-linux-gnu |x86_64-pc-linux-gnu Target Milestone|--- |14.0 --- Comment #1 from Andrew Pinski --- Can be reproduced on x86_64-linux with just ` -g -fsso-struct=3Dbig-endian -fdebug-types-section`=