r275643 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Sep 11 11:38:00 GMT 2019


Author: redi
Date: Wed Sep 11 11:38:15 2019
New Revision: 275643

URL: https://gcc.gnu.org/viewcvs?rev=275643&root=gcc&view=rev
Log:
Fix libstdc++ tests for -Wvolatile warnings in C++2a mode

	* testsuite/20_util/result_of/sfinae_friendly_1.cc: Add -Wno-volatile
	for C++2a and up. Define HAS_52748_FIXED and fix incorrect tests.
	* testsuite/tr1/3_function_objects/result_of.cc: Add -Wno-volatile
	for C++2a and up.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc
    trunk/libstdc++-v3/testsuite/tr1/3_function_objects/result_of.cc



More information about the Libstdc++-cvs mailing list