This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 00b2d7d17c3 libstdc++: Add all supported headers to lists in the manual new 358fd42aabe libstdc++: Add "ASCII" as an alias for std::text_encoding:: [...] new 9bf91fa3601 libstdc++: Enable std::text_encoding for darwin and FreeBSD new 90ac839a470 lower-bitint: Fix up VIEW_CONVERT_EXPR handling in handle_o [...] new 457d2b59b58 dwarf2out: Fix ICE on large _BitInt in loc_list_from_tree_1 [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/dwarf2out.cc | 1 + gcc/gimple-lower-bitint.cc | 2 ++ gcc/testsuite/gcc.dg/bitint-79.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/bitint-80.c | 15 +++++++++++++++ libstdc++-v3/acinclude.m4 | 3 +++ libstdc++-v3/configure | 3 +++ libstdc++-v3/include/bits/text_encoding-data.h | 3 ++- libstdc++-v3/scripts/gen_text_encoding_data.py | 24 +++++++++++++++++++++++- libstdc++-v3/src/c++26/text_encoding.cc | 3 +++ libstdc++-v3/testsuite/std/text_encoding/cons.cc | 5 +++++ 10 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-79.c create mode 100644 gcc/testsuite/gcc.dg/bitint-80.c