gcc/libstdc++-v3/testsuite
Alexandre Oliva b44cba355e libstdc++: testsuite: cast getpid result
On vxworks, in kernel mode, getpid's return type is a pointer type, so
std::to_string on it fails overload resolution.  Restore the type cast
from the original patch that suggested adding the pid.


for  libstdc++-v3/ChangeLog

	* testsuite/util/testsuite_fs.h (nonexistent_path): Convert
	the getpid result to an integral type.
2022-07-05 06:12:27 -03:00
..
17_intro
18_support
19_diagnostics
20_util libstdc++: testsuite: Guard use of C99 std::log2 2022-06-28 09:29:24 +01:00
21_strings libstdc++: Add missing #include <string> to new test 2022-06-17 13:30:10 +01:00
22_locale
23_containers libstdc++: testsuite: work around bitset namespace pollution 2022-06-21 23:11:00 -03:00
24_iterators libstdc++: Add constexpr to std::counted_iterator post-increment (LWG 3643) 2022-05-26 17:14:40 +01:00
25_algorithms
26_numerics libstdc++: testsuite: complex proj requirements 2022-06-27 10:34:18 -03:00
27_io libstdc++: Add nodiscard attribute to filesystem operations 2022-07-01 11:50:18 +01:00
28_regex
29_atomics libstdc++: Use type_identity_t for non-deducible std::atomic_xxx args 2022-06-13 16:39:07 +01:00
30_threads libstdc++: testsuite: tolerate non-cancelling sleep 2022-06-23 23:25:52 -03:00
abi
backward
config
data
decimal
experimental libstdc++: Add nodiscard attribute to filesystem operations 2022-07-01 11:50:18 +01:00
ext libstdc++: testsuite: Add missing <string> header 2022-06-27 11:08:17 +01:00
lib libstdc++: xfail experimental/net tests on rtems 2022-06-27 10:34:14 -03:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
std
tr1
tr2
util libstdc++: testsuite: cast getpid result 2022-07-05 06:12:27 -03:00
Makefile.am
Makefile.in