Name |
Last commit
|
Last update |
---|---|---|
.. | ||
algorithms | ||
basic_regex | ||
constants | ||
headers/regex | ||
iterators | ||
match_results | ||
regex_error | ||
requirements | ||
sub_match | ||
traits | ||
init-list.cc | ||
range_access.cc | ||
regression.cc | ||
simple_c++11.cc |
Instead of a single test that only checks whether <regex> can be included in Parallel Mode, add tests for each of C++11/C++14/C++17 that check whether <bits/extc++.h> is compatible with _GLIBCXX_PARALLEL. This increases the coverage to (almost) all headers. If <omp.h> is not available then the tests will trivially pass, because we don't care about compatibility with _GLIBCXX_PARALLEL in that case. PR libstdc++/89023 * testsuite/17_intro/headers/c++2011/parallel_mode.cc: New test. * testsuite/17_intro/headers/c++2014/parallel_mode.cc: New test. * testsuite/17_intro/headers/c++2017/parallel_mode.cc: New test. * testsuite/28_regex/headers/regex/parallel_mode.cc: Remove. From-SVN: r268769
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
algorithms | Loading commit data... | |
basic_regex | Loading commit data... | |
constants | Loading commit data... | |
headers/regex | Loading commit data... | |
iterators | Loading commit data... | |
match_results | Loading commit data... | |
regex_error | Loading commit data... | |
requirements | Loading commit data... | |
sub_match | Loading commit data... | |
traits | Loading commit data... | |
init-list.cc | Loading commit data... | |
range_access.cc | Loading commit data... | |
regression.cc | Loading commit data... | |
simple_c++11.cc | Loading commit data... |