mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Clock calls on VxWorks are slow, so the odds that the consecutive calls of *clock::now() will yield a different result are not negligible. Reordering the calls avoids false positives. for libstdc++-v3/ChangeLog * testsuite/30_threads/semaphore/try_acquire_until.cc (test01): Reorder calls.
file: libstdc++-v3/README New users may wish to point their web browsers to the file index.html in the 'doc/html' subdirectory. It contains brief building instructions and notes on how to configure the library in interesting ways.