On 7/25/22 2:05 PM, Andrew Pinski wrote:
On Mon, Jul 25, 2022 at 11:01 AM Tom Honermann via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
This patch corrects handling of UTF-8 character literals in preprocessing
directives so that they are treated as unsigned types in char8_t enabled
C++ modes (C++17 with -fchar8_t or C++20 without -fno-char8_t). Previously,
UTF-8 character literals were always treated as having the same type as
ordinary character literals (signed or unsigned dependent on target or use
of the -fsigned-char or -funsigned char options).
Fixes https://gcc.gnu.org/PR106426.
The above mention of the PR # should just be:
preprocessor/106426
And then when this patch gets committed, it will be recorded in bugzilla also.
Thank you. I resent the patch with a revised subject line and commit
message to reflect the component change in Bugzilla.
Tom.
Thanks,
Andrew Pinski