This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3df66f19fc compiler: add result parameter names for inlinable functions new c8fb3443911 PR libstdc++/67843 set shared_ptr lock policy at build-time new 69f634cc671 compiler: record final type for numeric expressions
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/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.h | 14 ++++- gcc/go/gofrontend/expressions.cc | 49 +++++++++++++++ gcc/go/gofrontend/gogo.cc | 2 + gcc/go/gofrontend/types.cc | 1 + libstdc++-v3/ChangeLog | 25 ++++++++ libstdc++-v3/acinclude.m4 | 66 ++++++++++++++++++++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 94 ++++++++++++++++++++++++++--- libstdc++-v3/configure.ac | 1 + libstdc++-v3/doc/xml/manual/configure.xml | 22 +++++++ libstdc++-v3/include/bits/fs_dir.h | 12 +++- libstdc++-v3/include/bits/shared_ptr_base.h | 6 +- libstdc++-v3/include/ext/concurrence.h | 9 +-- libstdc++-v3/src/filesystem/std-dir.cc | 7 ++- 15 files changed, 290 insertions(+), 23 deletions(-)