public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory
       [not found] <bug-87846-4@http.gcc.gnu.org/bugzilla/>
@ 2022-02-08 10:49 ` redi at gcc dot gnu.org
  2022-02-08 12:41 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2022-02-08 10:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
N.B. the experimental::filesystem::create_directories function still has this
problem on Windows, but the TS support on Windows is minimal anyway. I'm not
going to fix it at this time.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory
       [not found] <bug-87846-4@http.gcc.gnu.org/bugzilla/>
  2022-02-08 10:49 ` [Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory redi at gcc dot gnu.org
@ 2022-02-08 12:41 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2022-02-08 12:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Actually no, it's fine, the relevant test fails because exists("foo/") fails,
due to PR 88881, and *that* isn't fixed for the experimental TS.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-08 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87846-4@http.gcc.gnu.org/bugzilla/>
2022-02-08 10:49 ` [Bug libstdc++/87846] std::filesystem::create_directories with a path with a trailing slash does not create any directory redi at gcc dot gnu.org
2022-02-08 12:41 ` redi at gcc dot gnu.org

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).