This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5641787abee doc: Update nvptx-tools Github link new d50d3d0a688 lower-bitint: Fix .{ADD,SUB,MUL}_OVERFLOW with _BitInt larg [...] new 330f1e078da match.pd: Optimize sign-extension followed by truncation [P [...]
The 2 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 | 70 +++++++++++++++++++++++++------- gcc/match.pd | 7 +++- gcc/testsuite/gcc.dg/bitint-54.c | 21 ++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr113024.c | 22 ++++++++++ 4 files changed, 103 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-54.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr113024.c