This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from be45049f886 Eliminate fixit_hint class hierarchy new 92bc38e7ad1 2017-05-01 Xi Ruoyao ryxi@stu.xidian.edu.cn new 5c9be3a4a64 Regenerate .pot files.
The 2 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 | 10 + gcc/c-family/ChangeLog | 13 + gcc/c-family/c-common.h | 2 - gcc/c-family/c-gimplify.c | 10 +- gcc/c-family/cilk.c | 102 +- gcc/c/ChangeLog | 6 + gcc/c/c-typeck.c | 8 +- gcc/cilk-common.c | 49 + gcc/cp/ChangeLog | 10 + gcc/cp/cp-cilkplus.c | 6 +- gcc/cp/cp-gimplify.c | 40 +- gcc/cp/semantics.c | 2 + gcc/gimplify.c | 21 + gcc/lto/ChangeLog | 5 + gcc/lto/lto-lang.c | 6 +- gcc/po/ChangeLog | 4 + gcc/po/gcc.pot | 3253 +++++++++++++------------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cilk-plus/CK/pr80038.cc | 47 + gcc/tree-core.h | 4 + gcc/tree.h | 6 + libcpp/po/ChangeLog | 4 + libcpp/po/cpplib.pot | 2 +- 23 files changed, 1848 insertions(+), 1767 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr80038.cc