This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 093c94dd910 Remove unused "default_kind" member from gcc/omp-low.c's "s [...] new 369e5e40854 gcc/cp/ * cp-tree.h (DECL_HIDDEN_P): New. * name-lookup. [...] new 76c74d215c1 PR libstdc++/67578 Implement non-trivial std::random_device [...]
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/cp/ChangeLog | 7 + gcc/cp/cp-tree.h | 5 + gcc/cp/name-lookup.c | 218 +++++++++++++++++---------- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/parse/ctor9.C | 2 +- libstdc++-v3/ChangeLog | 17 +++ libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config.h.in | 3 + libstdc++-v3/config/abi/pre/gnu.ver | 7 + libstdc++-v3/configure | 4 +- libstdc++-v3/configure.ac | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 2 + libstdc++-v3/include/bits/random.h | 9 +- libstdc++-v3/src/c++11/random.cc | 35 +++++ libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 15 files changed, 231 insertions(+), 89 deletions(-)