From: Jonathan Wakely Date: Fri, 6 Jun 2025 12:43:22 +0000 (+0100) Subject: libstdc++: Remove outdated comment about wchar_t in create_testsuite_files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d3c0f452a673e4553aee08883f06b1caecf531;p=thirdparty%2Fgcc.git libstdc++: Remove outdated comment about wchar_t in create_testsuite_files This script claims that wchar_t tests are filtered out if the toolchain being tested doesn't support it. That doesn't seem to have been true since r0-68039-ga72c74a1dee345 in 2005. libstdc++-v3/ChangeLog: * scripts/create_testsuite_files: Remove incorrect comment about filtering out wchar_t tests. --- diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts/create_testsuite_files index 174c24ec05a..ae259c65318 100755 --- a/libstdc++-v3/scripts/create_testsuite_files +++ b/libstdc++-v3/scripts/create_testsuite_files @@ -3,9 +3,7 @@ # Constructs lists of source files (full pathnames) to test. Two # files are constructed: testsuite_files, which is used to test with # the default dg-runtest command, and testsuite_files_interactive, -# which is used to test cases that require input to be entered. In -# addition, both lists are pruned of wchar_t tests if the toolchain -# under test does not support wchar_t functionality. +# which is used to test cases that require input to be entered. # # We mimic the mkcheck script in that the first time this is run, all # existing files are listed in "testsuite_files" in the output