]> git.ipfire.org Git - thirdparty/gcc.git/commit
doc: Document correct -fwide-exec-charset defaults [PR41041]
authorJonathan Wakely <jwakely@redhat.com>
Fri, 4 Nov 2022 12:10:32 +0000 (12:10 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sat, 5 Nov 2022 12:37:19 +0000 (12:37 +0000)
commit1342c7f46e6e3f8f29d7971531a0af18cd8429bc
treea95f77cfdc26564b70b7c0f8e03b78107488a5de
parent33561e870dc48966e8c7ede46e95032279a15423
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)
gcc/doc/cppopts.texi