From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A36F3858D34; Wed, 1 May 2024 10:25:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A36F3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714559125; bh=24VKYAF3I4gq14MM6/76U9TnS0CJV+mfquYtGsLidvk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wqE9jwx8Jw/bLOBUc5HbapGlCd+zzO1+ewuc5Zpjyb1MfGkSzDEX8bO6vESKzxDyL lGHANoh+2yfT8+lfagne4J0Qp9Mi/Q+YZ3UR+E91rbkp6lWk6K65pprRyuLOemmPPa UEP4QNK2AYfqyLfwfkTrHmJ81mByy5Kc6lidS1HA= From: "romain.geissler at amadeus dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/88323] implement C++20 language features. Date: Wed, 01 May 2024 10:25:24 +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: 9.0 X-Bugzilla-Keywords: meta-bug X-Bugzilla-Severity: enhancement X-Bugzilla-Who: romain.geissler at amadeus dot com 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: 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=3D88323 Romain Geissler changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |romain.geissler at amadeus= dot com --- Comment #1 from Romain Geissler --- Hi, With C++20 core feature being almost fully implemented (besides modules, bu= t it seems modules are quite a beast and other compilers seem to also partially implement it for now), and with C++20 library feature also in a very advanc= ed state (Jon even marked #88322 as implemented, though some bug/improvement tickets have been opened afterwards), and considering that gcc 15 will be released in 2025 leaving one year to polish the last C++20 issues, would it make sense to switch the default C++ dialect to C++20 for GCC 15 ?=