r277402 - in /branches/gcc-8-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu Oct 24 14:13:00 GMT 2019
Author: redi
Date: Thu Oct 24 14:13:56 2019
New Revision: 277402
URL: https://gcc.gnu.org/viewcvs?rev=277402&root=gcc&view=rev
Log:
Fix tests that fail with -std=gnu++98 or -std=gnu++11
Backport from mainline
2019-06-06 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/is_nothrow_invocable/value.cc: Test converting to
void.
* testsuite/experimental/names.cc: Do not run for C++98 mode. Do not
include Library Fundamentals or Networking headers in C++11 mode.
* testsuite/ext/char8_t/atomic-1.cc: Do not run for C++98 mode.
Modified:
branches/gcc-8-branch/libstdc++-v3/ChangeLog
branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value.cc
branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/names.cc
More information about the Libstdc++-cvs
mailing list