This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 864dcf71c87 Daily bump. new 7b88f9b8881 pointer-query: Fix ICE with non-pointer param [PR105635] new 120d99a3ec3 asan: Fix up instrumentation of assignments which are both [...] new 2f3ccb79ca8 fold-const: Fix up -fsanitize=null in C++ [PR105729] new 93e60642891 libgomp: Don't define GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC for [...] new 8f32de15e46 libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]
The 5 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/asan.cc | 15 +++++++++++++- gcc/fold-const.cc | 10 +++++++++ gcc/pointer-query.cc | 2 +- gcc/testsuite/c-c++-common/cpp/va-opt-10.c | 18 ++++++++++++++++ gcc/testsuite/g++.dg/ubsan/pr105729.C | 29 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/asan/pr105714.c | 33 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr105635.c | 11 ++++++++++ libcpp/expr.cc | 4 ++++ libgomp/alloc.c | 8 +++++--- libgomp/libgomp.h | 1 - 10 files changed, 125 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-10.c create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105729.C create mode 100644 gcc/testsuite/gcc.dg/asan/pr105714.c create mode 100644 gcc/testsuite/gcc.dg/pr105635.c