This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae8365d5e80 PR libstdc++/80939 Remove unmeetable constexpr specifiers new 087d57054e4 [gcc] 2017-06-05 Michael Meissner meissner@linux.vnet.ibm.com new 009cb465096 * parser.c (cp_parser_base_specifier): Fix typos in [...] new 25d2128b777 * cfgexpand.c (expand_gimple_tailcall): Initialize profile [...]
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 | 44 +++ gcc/cfgexpand.c | 4 +- gcc/config/rs6000/rs6000.c | 509 +++++++++++++++++++++++++++++- gcc/cp/ChangeLog | 4 + gcc/cp/parser.c | 4 +- gcc/doc/extend.texi | 10 +- gcc/ipa-inline.c | 5 +- gcc/profile-count.h | 6 +- gcc/shrink-wrap.c | 4 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/powerpc/clone1.c | 26 ++ gcc/tree-inline.c | 11 +- gcc/tree-ssa-threadupdate.c | 14 +- 13 files changed, 620 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/clone1.c