This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df0a668b784 libstdc++: Implement C++26 std::text_encoding (P1885R12) [P [...] new 2c74d5c0a0f ipa-strub: Fix handling of _BitInt returns [PR113406] new 2fb78d431ff lower-bitint: Fix up VIEW_CONVERT_EXPR handling [PR113408] new a98a24ac65c gimple-ssa-warn-access: Cast huge params to sizetype before [...]
The 3 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/gimple-lower-bitint.cc | 5 ++++- gcc/gimple-ssa-warn-access.cc | 9 +++++++++ gcc/ipa-strub.cc | 19 +++++++------------ gcc/testsuite/gcc.dg/bitint-70.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/bitint-71.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-72.c | 16 ++++++++++++++++ 6 files changed, 68 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-70.c create mode 100644 gcc/testsuite/gcc.dg/bitint-71.c create mode 100644 gcc/testsuite/gcc.dg/bitint-72.c