public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1512] libstdc++: testsuite: why cast getpid result
@ 2022-07-05 22:12 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-07-05 22:12 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:bd2d0aab4d259fe579db294467c366b7737f3488

commit r13-1512-gbd2d0aab4d259fe579db294467c366b7737f3488
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Jul 5 19:07:32 2022 -0300

    libstdc++: testsuite: why cast getpid result
    
    Add a comment next to the getpid call to explain why the typecast is
    needed.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/util/testsuite_fs.h (nonexistent_path): Explain
            why we need the typecast.

Diff:
---
 libstdc++-v3/testsuite/util/testsuite_fs.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/util/testsuite_fs.h b/libstdc++-v3/testsuite/util/testsuite_fs.h
index 25f8f734dc7..0e28385e99a 100644
--- a/libstdc++-v3/testsuite/util/testsuite_fs.h
+++ b/libstdc++-v3/testsuite/util/testsuite_fs.h
@@ -162,7 +162,8 @@ namespace __gnu_test
     if (file.length() > 64)
       file.resize(64);
     // The combination of random counter and PID should be unique for a given
-    // run of the testsuite.
+    // run of the testsuite.  N.B. getpid() returns a pointer type on vxworks
+    // in kernel mode.
     file += std::to_string((unsigned long) ::getpid());
     p = std::move(file);
     if (test_fs::exists(p))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-05 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 22:12 [gcc r13-1512] libstdc++: testsuite: why cast getpid result Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).