From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C5B63858D33; Tue, 7 Feb 2023 14:47:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C5B63858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675781240; bh=3aXw2kxgvvdSLUHgCfwKTckwwrTDV6jA0Ijue1WQxZ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BKnO07alXNWqDvgsNJCQFjWDSaxgG0B9pwFW0FEH0Ut8HtJ5CJrzQDPE5ikkXIW4F hSjKLy7Fd8Bw32sot0RtSClbcWROOngVGLVLB7U7+BkBSAIHpP1KiXge6EIYPZLh8p Ggdj8JdAk+efOOJ73OVhdRhjplv/IXLMcbu7vswQ= From: "dmjpp at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106656] [C++23] P2513 - char8_t Compatibility and Portability Fixes Date: Tue, 07 Feb 2023 14:47:19 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmjpp at hotmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek 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=3D106656 Dimitrij Mijoski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmjpp at hotmail dot com --- Comment #3 from Dimitrij Mijoski --- The documentation for CLI flag -fchar8_t should be updated https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html . Is there any chance that this fix gets backported because it is treated as defect report to C++20?=