This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b692070ff00 Move pa.h FUNCTION_ARG_SIZE to pa.c (PR83858) new aaaad063517 PR c/83844 * stor-layout.c (handle_warn_if_not_align): Us [...] new 0f52440dfec 2018-01-16 Richard Biener rguenther@suse.de new 7feaafa27d4 Two fixes for live-out SLP inductions (PR 83857)
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 | 27 +++++++++++++++++++++++++++ gcc/fold-const.c | 27 ++++++++++++++++++++++++++- gcc/stor-layout.c | 16 ++++++++++------ gcc/testsuite/ChangeLog | 15 +++++++++++++++ gcc/testsuite/gcc.dg/pr83844.c | 36 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr83857.c | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr83867.c | 20 ++++++++++++++++++++ gcc/tree-vect-loop.c | 11 +++++++++-- gcc/tree-vect-stmts.c | 9 ++++++--- 9 files changed, 179 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr83844.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr83857.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr83867.c