This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8255b49ed8a libgomp.texi: Add more to-be-implemented OpenMP 5.2 features new e2f014fcefc fold-const: Fix up -fsanitize=null in C++ [PR105729] new e7c482b0807 tree-optimization/105726 - adjust array bound heuristic
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/fold-const.cc | 10 ++++++++++ gcc/gimple-ssa-warn-restrict.cc | 22 ++++++++++++--------- gcc/testsuite/g++.dg/ubsan/pr105729.C | 29 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Warray-bounds-27.C | 16 +++++++++++++++ 4 files changed, 68 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105729.C create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-27.C