gcc-10-20230621 is now available

2023-06-21 Thread GCC Administrator via Gcc
Snapshot gcc-10-20230621 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20230621/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

How to define the instructions neede to address a new "named address space"

2023-06-21 Thread George Kourtis via Gcc
I understood that there is the possibility to define different address spaces, that could be addressable via special instructions. Essentially the minimum should be "How to write" and "How to read" to or from the special space, I mean through which instructions it to be implemented the access t

[PATCH 1/1] libcpp: allow UCS_LIMIT codepoints in UTF-8 strings

2023-06-21 Thread Ben Boeckel
libcpp/ * charset.cc: Allow `UCS_LIMIT` in UTF-8 strings. Reported-by: Damien Guibouret Fixes: c1dbaa6656a (libcpp: reject codepoints above 0x10, 2023-06-06) Signed-off-by: Ben Boeckel --- libcpp/charset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpp/