]> 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:45:10 +0000 (12:45 +0000)
commit87b0935ed43d971a6eeebca963fb673628f138dd
tree6de537ea312e2c4eb280f39cb6dccbbbf833aa4d
parente6fc0223c6582a03c862c3e46fd116a9a8c0ea36
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