public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows
       [not found] <bug-93244-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2020-03-12 17:40 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows
       [not found] <bug-93244-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows jakub at gcc dot gnu.org
@ 2020-03-12 17:40 ` redi at gcc dot gnu.org
  2020-03-12 18:47 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2020-03-12 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed for 9.4

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

* [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows
       [not found] <bug-93244-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows jakub at gcc dot gnu.org
  2020-03-12 17:40 ` redi at gcc dot gnu.org
@ 2020-03-12 18:47 ` marxin at gcc dot gnu.org
  2020-05-12  8:02 ` cvs-commit at gcc dot gnu.org
  2020-05-12  8:15 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-12 18:47 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #12 from Martin Liška <marxin at gcc dot gnu.org> ---
commit r9-8365-g362c8772e7779d9e4730e2e51628ccaadce98bd0
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Mar 12 17:39:04 2020 +0000

    libstdc++: Ensure root-dir converted to forward slash (PR93244)

    Backport from mainline
    2020-01-13  Jonathan Wakely  <jwakely@redhat.com>

            PR libstdc++/93244
            * include/bits/fs_path.h (path::generic_string<C,A>)
            [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Convert root-dir to
forward-slash.
            * testsuite/27_io/filesystem/path/generic/generic_string.cc: Check
            root-dir is converted to forward slash in generic pathname.
            * testsuite/27_io/filesystem/path/generic/utf.cc: New test.
            * testsuite/27_io/filesystem/path/generic/wchar_t.cc: New test.

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

* [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows
       [not found] <bug-93244-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-12 18:47 ` marxin at gcc dot gnu.org
@ 2020-05-12  8:02 ` cvs-commit at gcc dot gnu.org
  2020-05-12  8:15 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-12  8:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=af213b4c4ca30e55de64f8b1e0bf442df08f3e6d

commit r10-5851-gaf213b4c4ca30e55de64f8b1e0bf442df08f3e6d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Jan 13 10:02:39 2020 +0000

    libstdc++: Ensure root-dir converted to forward slash (PR93244)

            PR libstdc++/93244
            * include/bits/fs_path.h (path::generic_string<C,A>)
            [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Convert root-dir to
forward-slash.
            * testsuite/27_io/filesystem/path/generic/generic_string.cc: Check
            root-dir is converted to forward slash in generic pathname.
            * testsuite/27_io/filesystem/path/generic/utf.cc: New test.
            * testsuite/27_io/filesystem/path/generic/wchar_t.cc: New test.

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

* [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows
       [not found] <bug-93244-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-05-12  8:02 ` cvs-commit at gcc dot gnu.org
@ 2020-05-12  8:15 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-12  8:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to CVS Commits from comment #13)
> The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:
> 
> https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;
> h=af213b4c4ca30e55de64f8b1e0bf442df08f3e6d
> 
> commit r10-5851-gaf213b4c4ca30e55de64f8b1e0bf442df08f3e6d
> Author: Jonathan Wakely <jwakely@redhat.com>
> Date:   Mon Jan 13 10:02:39 2020 +0000
> 
>     libstdc++: Ensure root-dir converted to forward slash (PR93244)
>     
>             PR libstdc++/93244
>             * include/bits/fs_path.h (path::generic_string<C,A>)
>             [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Convert root-dir to
> forward-slash.
>             * testsuite/27_io/filesystem/path/generic/generic_string.cc:
> Check
>             root-dir is converted to forward slash in generic pathname.
>             * testsuite/27_io/filesystem/path/generic/utf.cc: New test.
>             * testsuite/27_io/filesystem/path/generic/wchar_t.cc: New test.

Please ignore this message, it comes from a testing script.

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

end of thread, other threads:[~2020-05-12  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93244-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug libstdc++/93244] std::filesystem::path::generic_string doesn't convert the first slash on Windows jakub at gcc dot gnu.org
2020-03-12 17:40 ` redi at gcc dot gnu.org
2020-03-12 18:47 ` marxin at gcc dot gnu.org
2020-05-12  8:02 ` cvs-commit at gcc dot gnu.org
2020-05-12  8:15 ` marxin 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).