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
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
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/