This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 297ed1ac523 LoongArch: Fix builtin function prototypes for LASX in doc. new 3d1bdbf64c2 lower-bitint: Avoid nested casts in muldiv/float operands [ [...] new 0e7f5039c52 ubsan: Add workaround for missing bitint libubsan support f [...] new b9dc16cbe22 c++: Enable -Walloc-size and -Wcalloc-transposed-args warni [...]
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/c-family/c-ubsan.cc | 26 +++++ gcc/c-family/c.opt | 2 +- gcc/cp/cp-gimplify.cc | 19 +++ gcc/cp/semantics.cc | 29 +++-- gcc/gimple-lower-bitint.cc | 21 ++++ gcc/testsuite/g++.dg/warn/Walloc-size-1.C | 52 +++++++++ .../g++.dg/warn/Wcalloc-transposed-args-1.C | 54 +++++++++ gcc/testsuite/gcc.dg/bitint-56.c | 129 +++++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-57.c | 21 ++++ gcc/testsuite/gcc.dg/ubsan/bitint-4.c | 22 ++++ 10 files changed, 367 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Walloc-size-1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wcalloc-transposed-args-1.C create mode 100644 gcc/testsuite/gcc.dg/bitint-56.c create mode 100644 gcc/testsuite/gcc.dg/bitint-57.c create mode 100644 gcc/testsuite/gcc.dg/ubsan/bitint-4.c