This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d4ad99b0355 s390: testsuite: Fix abs-4.c new 982250b2309 bitint: Some bitint store fixes [PR114405] new ddd4a3ca874 ubsan: Don't -fsanitize=null instrument __seg_fs/gs pointer [...]
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 | 12 +- gcc/testsuite/gcc.dg/torture/bitint-66.c | 187 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/ubsan/pr111736.c | 23 ++++ gcc/ubsan.cc | 18 ++- 4 files changed, 232 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-66.c create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr111736.c