https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86068
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Jun 6 17:55:39 2018 New Revision: 261242 URL: https://gcc.gnu.org/viewcvs?rev=261242&root=gcc&view=rev Log: PR c++/86068 * c-cppbuiltin.c (c_cpp_builtins): Fix a typo, set __cpp_transactional_memory to 201500 instead of 210500. * include/bits/c++config: Check __cpp_transactional_memory >= 201500L rather than __cpp_transactional_memory >= 201505L. Modified: trunk/gcc/c-family/ChangeLog trunk/gcc/c-family/c-cppbuiltin.c trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/bits/c++config