From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C6713858D32; Sun, 1 Jan 2023 20:00:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C6713858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672603247; bh=Z3VaURIzR9BUxd8soiUrsh1V0PXK7BLMlAOiFV06nag=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UD+pKhjMJHA9k98sqIB3GJE7trS/oL5Z0SBrevSo6FWupu8QqDP6gNqF/sf8ane8C PJGZZy5m/iKJ/+5KVVNJYfSQ3pOSQZ/fnI/HpNZph/C9XIq+yj07sQZYmWpFR4ePig mRX+3zDD8DGA80op1GY9SVqOyFxdFtG44iJBW4Sk= From: "jens.maurer at gmx dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105200] user-defined operator <=> for enumerated types is ignored Date: Sun, 01 Jan 2023 20:00:46 +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: 12.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jens.maurer at gmx dot net 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D105200 Jens Maurer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jens.maurer at gmx dot net --- Comment #7 from Jens Maurer --- I have created core issue 2673 for this. https://cplusplus.github.io/CWG/issues/2673.html=