This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5beaef0c93 Daily bump. new a4360611483 Adding noexcept-specification on tuple constructors (LWG 2899)
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 | 39 + .../testsuite/20_util/tuple/cons/noexcept_specs.cc | 943 +++++++++++++++++++++ 3 files changed, 999 insertions(+) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_specs.cc