This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1848fbf0546 ctfc: Free CTF container elements in ctfc_delete_container () new 7f78718b795 libstdc++: Move C++14 <chrono> components to new <bits/chro [...]
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/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/atomic_futex.h | 3 +- libstdc++-v3/include/bits/atomic_timed_wait.h | 3 +- libstdc++-v3/include/bits/chrono.h | 1392 +++++++++++++++++++++++ libstdc++-v3/include/bits/fs_fwd.h | 2 +- libstdc++-v3/include/bits/semaphore_base.h | 4 +- libstdc++-v3/include/bits/this_thread_sleep.h | 4 +- libstdc++-v3/include/bits/unique_lock.h | 2 +- libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +- libstdc++-v3/include/experimental/chrono | 2 +- libstdc++-v3/include/experimental/io_context | 2 +- libstdc++-v3/include/experimental/netfwd | 2 +- libstdc++-v3/include/experimental/timer | 2 +- libstdc++-v3/include/std/chrono | 1380 +--------------------- libstdc++-v3/include/std/condition_variable | 3 +- libstdc++-v3/include/std/mutex | 2 +- libstdc++-v3/include/std/shared_mutex | 2 +- 18 files changed, 1434 insertions(+), 1375 deletions(-) create mode 100644 libstdc++-v3/include/bits/chrono.h