This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aafe942227b GCN, nvptx offloading: Host/device compatibility: Itanium C [...] new 876d1a22dfa libstdc++: Add _M_key_compare helper to associative containers new 901900bc375 libstdc++: Improve diagnostics for std::packaged_task invoc [...] new 8acea9ffa82 c++: bad pending_template recursion
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/cp/cp-tree.h | 10 +- gcc/cp/pt.cc | 10 +- gcc/testsuite/g++.dg/template/recurse5.C | 17 ++++ libstdc++-v3/include/bits/stl_tree.h | 106 ++++++++++----------- libstdc++-v3/include/std/future | 66 +++++++------ .../30_threads/packaged_task/cons/dangling_ref.cc | 3 +- .../30_threads/packaged_task/cons/lwg4154_neg.cc | 10 +- 7 files changed, 120 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/recurse5.C