diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-08-09 00:16:47 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-08-09 00:16:47 +0000 |
commit | 5f17badb648980275ff4c86b0c207dbd751b00f2 (patch) | |
tree | 604354784bdcdc8506fe1f85c4f08c1267ae0dc9 /gcc/c | |
parent | ef623bb58594958a7959f8f031f65a50eb0e5890 (diff) | |
download | gcc-5f17badb648980275ff4c86b0c207dbd751b00f2.zip gcc-5f17badb648980275ff4c86b0c207dbd751b00f2.tar.gz gcc-5f17badb648980275ff4c86b0c207dbd751b00f2.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index cffb462..b5ecf92 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,11 @@ +2022-08-08 Tom Honermann <tom@honermann.net> + + * c-parser.cc (c_parser_string_literal): Use char8_t as the type + of CPP_UTF8STRING when char8_t support is enabled. + * c-typeck.cc (digest_init): Allow initialization of an array + of character type by a string literal with type array of + char8_t. + 2022-08-01 David Malcolm <dmalcolm@redhat.com> * c-typeck.cc (build_c_cast): Quote names of address spaces in |