This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf823e9 [ARC] Add and refurbish the builtins related functions. new 1db1b56 PR libstdc++/66693.
The 1 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: libstdc++-v3/ChangeLog | 17 ++++++ libstdc++-v3/include/std/tuple | 51 ----------------- libstdc++-v3/include/std/utility | 53 ++++++++++++++++-- .../testsuite/20_util/pair/astuple/astuple.cc | 28 ++++++++++ .../20_util/pair/astuple/astuple_cpp14.cc | 59 ++++++++++++++++++++ .../testsuite/20_util/tuple/tuple_element.cc | 6 ++ .../testsuite/20_util/tuple/tuple_element_t.cc | 6 ++ libstdc++-v3/testsuite/20_util/tuple/tuple_size.cc | 29 ++++++++-- .../array/tuple_interface/tuple_element.cc | 29 +++++++++- .../array/tuple_interface/tuple_element_cpp14.cc | 64 ++++++++++++++++++++++ .../array/tuple_interface/tuple_size.cc | 11 +++- 11 files changed, 288 insertions(+), 65 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/astuple/astuple_cpp14.cc create mode 100644 libstdc++-v3/testsuite/23_containers/array/tuple_interface/tupl [...]