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 41e2812 Daily bump. new 6a65ccb Fill bitregion_{start,end} in store_constructor (PR tree-opti [...] new d9f5c8a Fix tree-optimization/78886. new 698e368 Do not suggest -fsanitize=all (PR driver/78863).
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 | 31 +++++++++++++++++ gcc/expr.c | 52 +++++++++++----------------- gcc/gcc.c | 11 ++++++ gcc/testsuite/ChangeLog | 24 +++++++++++++ gcc/testsuite/gcc.dg/spellcheck-options-13.c | 5 +++ gcc/testsuite/gcc.dg/tree-ssa/pr78428.c | 27 +++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr78886.c | 10 ++++++ gcc/tree-ssa-strlen.c | 3 ++ 8 files changed, 131 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-13.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78428.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78886.c