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 acea547 Daily bump. new 75d49c6 PR middle-end/79536 * fold-const.c (fold_negate_expr_1): Re [...] new 4e90002 PR middle-end/79537 * gimplify.c (gimplify_expr): Handle un [...] new 3ff2f11 PR sanitizer/79558 * ubsan.c (ubsan_type_descriptor): Check [...]
The 3 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 | 20 ++++++++++++++++ gcc/fold-const.c | 34 ++++++++++++++++++++-------- gcc/gimplify.c | 7 ++++-- gcc/testsuite/ChangeLog | 19 ++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/bounds-14.c | 13 +++++++++++ gcc/testsuite/gcc.dg/comp-goto-4.c | 21 +++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr79536.c | 10 ++++++++ gcc/ubsan.c | 4 +++- 8 files changed, 115 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-14.c create mode 100644 gcc/testsuite/gcc.dg/comp-goto-4.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr79536.c