This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6847131 Implement LWG 2758. * include/bits/basic_string.h (append( [...] new 74be5bc PR c/72816 * c-decl.c (grokdeclarator): When adding TYPE_DO [...] new 5897b2b Implement C++17 make_from_tuple. * include/std/tuple (__mak [...]
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/c/ChangeLog | 7 +++++ gcc/c/c-decl.c | 2 ++ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.dg/pr72816.c | 2 +- libstdc++-v3/ChangeLog | 6 ++++ libstdc++-v3/include/std/tuple | 14 ++++++++++ .../2.cc => 20_util/tuple/make_from_tuple/1.cc} | 32 ++++++++++++++++------ 7 files changed, 58 insertions(+), 10 deletions(-) copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/char/2.cc => [...]