From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07AA03858C36; Tue, 26 Mar 2024 07:51:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07AA03858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711439500; bh=f/JfGjhxG3PmlnUPZObdUhBoPBLpPd89wvUQuAgafsA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VM6qSlNMPGXCIfJJ7xvY8pEonU/fFykVJUmUPFppRc9yoNY1Kzxn16kh1MbyDQSEQ m7AcyQ6NqufH+H9JyfV4XaoGSpGRt0g/lhCUgZHbvrI/58eXToOwR/WmMxZkj8VI6J ptbWjXmPdznpZHFdxEmBFH4KJEEKB0V0kWQwyGhE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/70037] [concepts] comdat group error and an ICE with a conceptified tuple implementation Date: Tue, 26 Mar 2024 07:51:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: ice-on-valid-code 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: --- 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=3D70037 --- Comment #6 from Andrew Pinski --- I suspect this is a dup of another bug too where the ABI for constraints j= ust was defined ...=