From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0E7A3858D20; Fri, 2 Dec 2022 19:25:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0E7A3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670009116; bh=RkvcyLBblqcYZsKFVTTqTfzwzFt7EMVEnRAYInMMbKA=; h=From:To:Subject:Date:From; b=k4w+QCc1ah0yMO01O12aCmq6Rj4J4JpXilJCHKZ5XRHsrAAcIkDvc0JlQ3WxzaKih rHK1ElDJn3pUAvdG5UG++ilOWpOsBuzS/7DQleyH/i+yMKZMH7ZcK5abjGoV4Zt63h jKu0/hbyW7vnZIUEi4pmNDX9r5S5TMaIwlBBS2Os= From: "romain.geissler at amadeus dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/107954] New: Support -std=c23/gnu23 as aliases of -std=c2x/gnu2x Date: Fri, 02 Dec 2022 19:25:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: romain.geissler at amadeus dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D107954 Bug ID: 107954 Summary: Support -std=3Dc23/gnu23 as aliases of -std=3Dc2x/gnu2x Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: romain.geissler at amadeus dot com Target Milestone: --- Hi, I raise this ticket (I agree not very important, and more a feature request than a bug) following a similar one on C++/clang side and a remark from Aar= on Ballman: https://github.com/llvm/llvm-project/issues/59300#issuecomment-1335623903 It seems that the future C2x standard has reached at least the feature free= ze phase and the expectations are that it will be ratified in 2023. So, it is already the time to accept -std=3Dc23/gnu23 as aliases of -std=3Dc2x/gnu2x = or is it early for this ? On C++ side gcc already accepts -std=3Dc++23 since gcc 11 = as now C++ standards seems to strictly follow the 3 years cadence. Cheers, Romain=