[Bug libstdc++/67843] experimental/filesystem/iterators/directory_iterator.cc fails on armv5t

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 7 10:09:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Running this under valgrind I see 900+ errors, the first 100 seem to be from
the global strings in the libstdc++-v3/testsuite/util/testsuite_fs.h file (I
think).

All the errors are basically nonsense, reporting errors in getpid() and
mkstemp() and things that are very unlikely to be broken, so either that
executable is horribly miscompiled or valgrind is useless with it.



More information about the Gcc-bugs mailing list