This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d69161a7c3 Daily bump. new b2fb18e470d libstdc++: Provide conversion between atomic_ref of similar types.
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/bits/atomic_base.h | 11 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 16 +- libstdc++-v3/include/std/atomic | 21 ++- libstdc++-v3/include/std/barrier | 6 +- .../testsuite/29_atomics/atomic_ref/ctor.cc | 193 +++++++++++++++++++++ 5 files changed, 228 insertions(+), 19 deletions(-) create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/ctor.cc