This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 829b2f3fd8f PR sanitizer/81604 * ubsan.c (ubsan_type_descriptor): For [...] new dadc219c1a2 Do UBSAN sanitization just when current_function_decl != NU [...] new 67b7c1c4fbf Learn GIMPLE pretty printer to produce nicer dump output.
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 | 13 ++++++++++ gcc/c-family/ChangeLog | 8 +++++++ gcc/c-family/c-ubsan.c | 6 +++-- gcc/c/ChangeLog | 8 +++++++ gcc/c/c-convert.c | 1 + gcc/c/c-decl.c | 1 + gcc/c/c-typeck.c | 1 + gcc/convert.c | 3 ++- gcc/cp/ChangeLog | 10 ++++++++ gcc/cp/cp-gimplify.c | 3 ++- gcc/cp/cp-ubsan.c | 3 +++ gcc/cp/decl.c | 3 ++- gcc/cp/init.c | 3 ++- gcc/cp/typeck.c | 1 + gcc/gimple-pretty-print.c | 33 ++++++-------------------- gcc/testsuite/ChangeLog | 10 ++++++++ gcc/testsuite/g++.dg/ubsan/pr81530.C | 6 +++++ gcc/testsuite/gcc.dg/builtin-unreachable-6.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c | 4 ++-- 19 files changed, 84 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr81530.C