This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5b33fab3e9 testsuite: m68k: Fix tests for C23 new 758d2b3d3e2 bitintlower: Handle EXACT_DIV_EXPR like TRUNC_DIV_EXPR in b [...] new 600cab162c5 bitintlower: Handle PAREN_EXPR [PR117459] new 694613a7f9a expand: Fix up ICE on VCE from _Complex types to _BitInt [P [...]
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/expr.cc | 9 ++++++++- gcc/gimple-lower-bitint.cc | 13 ++++++++++++- gcc/testsuite/gcc.dg/bitint-114.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-116.c | 11 +++++++++++ gcc/testsuite/gcc.dg/torture/bitint-74.c | 27 +++++++++++++++++++++++++++ 5 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-114.c create mode 100644 gcc/testsuite/gcc.dg/bitint-116.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-74.c