https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041
--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:ae31f6acb2cf9d43a265f42c12f95e4687ac1fa4 commit r11-10365-gae31f6acb2cf9d43a265f42c12f95e4687ac1fa4 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Nov 4 12:10:32 2022 +0000 doc: Document correct -fwide-exec-charset defaults [PR41041] As shown in the PR, the default is not UTF-32 but rather UTF-32BE or UTF-32LE, avoiding the need for a byte order mark in literals. gcc/ChangeLog: PR c/41041 * doc/cppopts.texi: Document -fwide-exec-charset defaults correctly. (cherry picked from commit e50ea3a42f058c14ee29327d5277ab0435e3d36b)