This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5b069117e26 libstdc++: Implement some missing functions for net::ip::ne [...] new 49e75666c59 lower-bitint: Handle uninitialized large/huge SSA_NAMEs as [...] new fb28d5cdae1 lower-bitint: Handle casts from large/huge _BitInt to point [...] new a049acabcb1 testsuite: Add another bitint testcase [PR113691] new cc13e60ba74 doc: Fix typo in description of hardbool attribute
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/doc/extend.texi | 2 +- gcc/gimple-lower-bitint.cc | 23 +++++++++++++++++------ gcc/testsuite/gcc.dg/bitint-81.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/bitint-82.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-83.c | 23 +++++++++++++++++++++++ 5 files changed, 71 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-81.c create mode 100644 gcc/testsuite/gcc.dg/bitint-82.c create mode 100644 gcc/testsuite/gcc.dg/bitint-83.c