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

2018-11-27 Thread christian_hoff at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843 --- Comment #13 from Christian Hoff --- Hello Jonathan, that is great news! Thank you very much for fixing this issue, I really appreciate this. Best regards, Christian

[Bug other/87666] Memory access errors when using c++ 17 filesystem library and "-mcpu=cortex-a53"

2018-10-20 Thread christian_hoff at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87666 --- Comment #1 from Christian Hoff --- Output from "gcc -v": Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper Target: arm-linux-gnueabihf Configured with: ../src/configure -v --with-pkgversi

[Bug other/87666] New: Memory access errors when using c++ 17 filesystem library and "-mcpu=cortex-a53"

2018-10-20 Thread christian_hoff at gmx dot net
NCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: christian_hoff at gmx dot net Target Milestone: --- Created attachment 44865 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44865&action=edi

[Bug libstdc++/87356] Enum members are missing in std::filesystem::perms

2018-09-18 Thread christian_hoff at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87356 Christian Hoff changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from Christian Hof

[Bug libstdc++/87356] New: Enum members are missing in std::filesystem::perms

2018-09-18 Thread christian_hoff at gmx dot net
Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: christian_hoff at gmx dot net Target Milestone: --- The enumeration std::filesystem::perms (introduced with C++17 and available since GCC 8.0) is missing the following enum members: * add_perms * remove_perms