gcc/libstdc++-v3/testsuite/20_util/specialized_algorithms
Jonathan Wakely 43358e91bd libstdc++: Remove c++20-specific dg-error directives in test
I added extra dg-error directives for C++20 to match the extra errors
caused by some of the call stack being constexpr in C++20. Since Jason's
changes to reduce those errors, those dg-error lines no longer match.
This removes them again.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* testsuite/20_util/specialized_algorithms/memory_management_tools/destroy_neg.cc:
	Remove dg-error lines for C++20-only errors.
2021-09-23 16:07:39 +01:00
..
construct_at Update copyright years. 2021-01-04 10:26:59 +01:00
destroy Update copyright years. 2021-01-04 10:26:59 +01:00
memory_management_tools libstdc++: Remove c++20-specific dg-error directives in test 2021-09-23 16:07:39 +01:00
pstl libstdc++: Remove redundant -std=gnu++17 options from PSTL tests 2021-05-10 16:22:53 +01:00
uninitialized_copy libstdc++: Fix conditions for optimizing uninitialized algos [PR102064] 2021-08-25 22:28:47 +01:00
uninitialized_copy_n libstdc++: Fix conditions for optimizing uninitialized algos [PR102064] 2021-08-25 22:28:47 +01:00
uninitialized_default Update copyright years. 2021-01-04 10:26:59 +01:00
uninitialized_default_construct libstdc++: Remove unnecessary uses of <utility> 2021-07-27 12:04:18 +01:00
uninitialized_default_n libstdc++: Fix buffer overflows in tests [PR 99382] 2021-03-04 10:31:27 +00:00
uninitialized_fill libstdc++: Fix conditions for optimizing uninitialized algos [PR102064] 2021-08-25 22:28:47 +01:00
uninitialized_fill_n libstdc++: Fix conditions for optimizing uninitialized algos [PR102064] 2021-08-25 22:28:47 +01:00
uninitialized_move libstdc++: Remove unnecessary uses of <utility> 2021-07-27 12:04:18 +01:00
uninitialized_value_construct libstdc++: Remove unnecessary uses of <utility> 2021-07-27 12:04:18 +01:00
uninitialized_value_construct_n libstdc++: Remove redundant -std=gnu++17 option from algorithm tests 2021-05-10 16:22:54 +01:00