From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B12DB3858D33; Sun, 24 Mar 2024 20:11:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B12DB3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711311097; bh=YaAmafJEAvRh6VYYkIrtjfQU6LAGMJVBiUsJFZnj5nA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s5fgUySBrKAS2W2k6DBUraECBmYxPhfxYdXfCXugD2uDP/uLDF8prE58I7eS/LZfW myJThFEoGMyhRFPaYzPIi+eiWU3Ace6G5DrN0rC2G+znCM1fb+aCkao5LPa4fj7ou0 w2nSey/3Aks4Tn4H+hyXKki8vGgFCgx/gthbOzCA= From: "pinskia 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: Sun, 24 Mar 2024 20:11:37 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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 #19 from Andrew Pinski --- (In reply to Andrew Pinski from comment #18) > Created attachment 57805 [details] > t1.cc ~/upstream-gcc-match/bin/g++ -flto t1.cc t2.cc -O1 -std=3Dc++20 I attached the reduced testcase from the reduced testcase; 3 files including one header which is common between the 2 except for the constexpr. I will redo the reduction to make sure it is valid.=