This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e0805b nvptx: correct format string new 3ddb327 PR c++/79572 * c-ubsan.h (ubsan_maybe_instrument_reference) [...] new 947bca2 PR debug/79255 * dwarf2out.c (decls_for_scope): If BLOCK_NO [...]
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/ChangeLog | 7 +++++++ gcc/c-family/ChangeLog | 9 +++++++++ gcc/c-family/c-ubsan.c | 17 +++++++++++++---- gcc/c-family/c-ubsan.h | 2 +- gcc/cp/ChangeLog | 5 +++++ gcc/cp/cp-gimplify.c | 15 ++++++++++++++- gcc/dwarf2out.c | 9 +++++++-- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/ubsan/null-8.C | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/pr79255.c | 21 +++++++++++++++++++++ 10 files changed, 104 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/null-8.C create mode 100644 gcc/testsuite/gcc.dg/pr79255.c