This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e94b589090 03-16-2018 Mark Doffman mark.doffman@codethink.co.uk [...] new 8da6002afc1 PR c++/84874 * decl.c (reshape_init_class): Don't assert [...] new b520fc9d1d9 PR tree-optimization/84841 * tree-ssa-reassoc.c (INTEGER_ [...] new 3e1adb8f8f2 Fix documentation for CLWB ISA. gcc/ * doc/invoke.texi (Sk [...]
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 | 15 +++++++++++++++ gcc/cp/ChangeLog | 6 ++++++ gcc/cp/decl.c | 13 +++++++++++-- gcc/doc/invoke.texi | 4 ++-- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp2a/desig7.C | 31 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr84841.c | 9 +++++++++ gcc/tree-ssa-reassoc.c | 14 +++++++++++--- 8 files changed, 93 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig7.C create mode 100644 gcc/testsuite/gcc.dg/pr84841.c