gcc/libstdc++-v3/testsuite/17_intro
Jason Merrill eaf6b40f76 libstdc++: remove cassert from stdc++.h
<cassert> isn't suitable for a header unit, because by design it depends on
the user NDEBUG macro.  So let's not include it in <bits/stdc++.h>.

libstdc++-v3/ChangeLog:

	* include/precompiled/stdc++.h: Remove <cassert>.
	* testsuite/util/exception/safety.h: Add <cassert>.
	* testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc:
	Don't define _GLIBCXX_NO_ASSERT.
2025-11-03 18:55:06 +03:00
..
headers libstdc++: remove cassert from stdc++.h 2025-11-03 18:55:06 +03:00
badnames.cc Update copyright years. 2025-01-02 11:59:57 +01:00
freestanding.cc Update copyright years. 2025-01-02 11:59:57 +01:00
names.cc libstdc++/testsuite: Unpoison 'u' on s390x in names.cc test 2025-09-23 22:41:26 -04:00
names_fortify.cc libstdc++: testsuite: adjust name_fortify test for pre-defined _FORTIFY_SOURCE 2024-10-13 23:22:11 +01:00
names_pstl.cc
no_library_allocation.cc
shared_with_static_deps.cc libstdc++-v3 testsuite: fix malformed dg-require-static-libstdcxx directives 2025-03-27 20:00:34 -04:00
static.cc libstdc++-v3 testsuite: fix malformed dg-require-static-libstdcxx directives 2025-03-27 20:00:34 -04:00
tag_type_explicit_ctor.cc Update copyright years. 2025-01-02 11:59:57 +01:00
using_namespace_std.cc Update copyright years. 2025-01-02 11:59:57 +01:00
using_namespace_std_exp_neg.cc Update copyright years. 2025-01-02 11:59:57 +01:00
using_namespace_std_tr1_neg.cc Update copyright years. 2025-01-02 11:59:57 +01:00
versionconflict.cc