From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF7CA3858D33; Sun, 24 Mar 2024 13:53:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF7CA3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711288434; bh=HcSj+Pv0kIpd3Z1+p1TH/Hrij1jYEVjbhSfQh+ghzzU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nXsa0j5/i5bs+yjZYsY++ax/yGdpzl7RHJiJf+hVPxgIL/bM/nZIZfTogSWuP8oXM pWczaHRKjLuEiPKZh8ZDjVbJ9vIZ05UxVXD8GuBW4v0+6T6HbHV9GUQNG3Gu5R0cNj gcTpUaInpY8rKd/ZFIGE46t9xXvuqn/mX0qUFlYY= From: "sjames 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 Date: Sun, 24 Mar 2024 13:53:53 +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-on-valid-code, needs-bisection, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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 #9 from Sam James --- ``` $ gcc -std=3Dc++20 -flto src_data_test_MappedRead.cpp.ii src_data_test_QualityValues.cpp.ii -O1 lto1: error: Alias and target=E2=80=99s comdat groups differs _ZNSt6vectorIN6PacBio4Data12QualityValueESaIS2_EEC2ERKS4_/8 (__ct_base ) Type: function definition analyzed [...] ```=