r261242 - in /trunk: gcc/c-family/ChangeLog gcc...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Jun 6 17:55:00 GMT 2018


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/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/c++config

Changes in other areas also in this revision:
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-cppbuiltin.c



More information about the Libstdc++-cvs mailing list