[Bug libstdc++/63322] std::atomic<T> where T is not trivially copyable should be disabled.

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 9 18:17:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63322

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Thu Oct  9 18:17:23 2014
New Revision: 216046

URL: https://gcc.gnu.org/viewcvs?rev=216046&root=gcc&view=rev
Log:
    PR libstdc++/63322
    * include/std/atomic (atomic): Add assertion for trivially copyable.
    * testsuite/29_atomics/atomic/60695.cc: Adjust line number.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/atomic
    trunk/libstdc++-v3/testsuite/29_atomics/atomic/60695.cc



More information about the Gcc-bugs mailing list