https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041
--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:e50ea3a42f058c14ee29327d5277ab0435e3d36b commit r13-3694-ge50ea3a42f058c14ee29327d5277ab0435e3d36b 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.