From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2FA60385840A; Wed, 10 Apr 2024 13:28:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2FA60385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712755699; bh=1t/VPYmng7KGMmdHNvPg00GKFoEVUdE9Q6twm4QXbWU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KZScKRbdbHS8WYEKNbtbvTvydNcjlFY86Wza/LFb00XJGFis5HJCOM76/CJUNIeVE u0yrOVkuCzNZbYnu9v5Hmy/50t+wfyCdKdDLnZTN3RkSJOyrZr2xvxVclymsjTMITW 3kr4uxExIyA3rBGxXYEZdaz8q7FcfJ0ap3N22EzY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/113208] [14 Regression] lto1: error: Alias and target's comdat groups differs since r14-5979-g99d114c15523e0 Date: Wed, 10 Apr 2024 13:28:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113208 --- Comment #24 from Jakub Jelinek --- As documented in https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling-special-ctor-dt= or C2 is base object constructor (C1 is complete object constructor, C3 is allocating complete constructor). C5 is an extension we use in the PR3187 r0-97383-g24b3ff2c53806d3d=20 (related discussion starts at https://gcc.gnu.org/legacy-ml/gcc-patches/2009-11/threads.html#00700 and continues to https://gcc.gnu.org/legacy-ml/gcc-patches/2009-12/threads.html#00023 ) optimization for the comdat name containing both the C1 and C2 versions of = the constructors as aliases.=