Re: [PATCH] doc: Document correct -fwide-exec-charset defaults [PR41041]

2022-11-05 Thread Richard Biener via Gcc-patches
On Fri, Nov 4, 2022 at 1:18 PM Jonathan Wakely via Gcc-patches wrote: > > OK for trunk and release branches? OK > -- >8 -- > > 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

[PATCH] doc: Document correct -fwide-exec-charset defaults [PR41041]

2022-11-04 Thread Jonathan Wakely via Gcc-patches
OK for trunk and release branches? -- >8 -- 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.