This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 35ae8f3 PR ada/70969 * system-darwin-ppc64.ads: Add pragma No_Elabo [...] new a68f5ea PR sanitizer/70342 * fold-const.c (tree_single_nonzero_warn [...] new 2d489e9 PR sanitizer/70875 * ubsan.c (get_ubsan_type_info_for_type) [...]
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 | 18 ++++++++++++++++++ gcc/fold-const.c | 3 +++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/g++.dg/ubsan/null-7.C | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/ubsan/bounds-3.c | 22 ++++++++++++++++++++++ gcc/ubsan.c | 1 - 6 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/null-7.C create mode 100644 gcc/testsuite/gcc.dg/ubsan/bounds-3.c