From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 961653858D34; Thu, 2 May 2024 14:17:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 961653858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714659420; bh=Y9Lim6xF/bIFkRhFycw7fFydKhwKLeIrs1UArG+kZGQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Lx0dp52LZUwk9FDIXj/qC0aftrEfSyceVBlcCY76KV9cEcl6iJU3YXmk0qq4Vqq9G Qlhi+uB0FyCQbR4ER/J5vp7zwg2Ls9WkFY+oXtH6U8nx4bk2yEg8rnVHr4xtMO703N Q1Pde48s9IM97IRdMSgQY8TtAweWLhHVc27KJVas= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/104606] [11/12 Regression] comparison operator resolution with std::optional and -std=c++20 Date: Thu, 02 May 2024 14:16:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 11.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc 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=3D104606 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |13.2.1, 14.0 Summary|[11/12/13 Regression] |[11/12 Regression] |comparison operator |comparison operator |resolution with |resolution with |std::optional and |std::optional and |-std=3Dc++20 |-std=3Dc++20 --- Comment #16 from Jonathan Wakely --- Fixed for 13.3 and 14.1 so far.=