This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea46cddb581 [PATCH] Tree structure marking new fe235c3e738 PR libstdc++/82481 Suppress clang-tidy warnings new 32973e22775 PR libstdc++/82522 overload map insert functions for rvalue [...] new c7cae1379b8 C++: show location of unclosed extern "C" specifications
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/ChangeLog | 18 ++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 1 + gcc/cp/parser.c | 39 ++++++++++++- gcc/cp/parser.h | 4 ++ gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/g++.dg/cpp0x/udlit-extern-c.C | 7 +++ .../g++.dg/diagnostic/unclosed-extern-c.C | 11 +++- gcc/testsuite/g++.dg/template/extern-c.C | 66 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 23 ++++++++ libstdc++-v3/doc/xml/manual/intro.xml | 6 ++ libstdc++-v3/include/bits/stl_map.h | 17 +++++- libstdc++-v3/include/bits/stl_multimap.h | 16 ++++++ libstdc++-v3/include/bits/unordered_map.h | 22 ++++++++ libstdc++-v3/include/std/mutex | 6 ++ .../map/modifiers/insert/dr2354.cc} | 11 +++- .../multimap/modifiers/insert/dr2354.cc} | 11 +++- .../unordered_map/insert/dr2354.cc} | 11 +++- .../unordered_multimap/insert/dr2354.cc} | 11 +++- 19 files changed, 273 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/udlit-extern-c.C create mode 100644 gcc/testsuite/g++.dg/template/extern-c.C copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...] copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...] copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...] copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]