public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize
       [not found] <bug-93245-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-21 22:39 ` cvs-commit at gcc dot gnu.org
  2020-08-07 10:40 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-21 22:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:

https://gcc.gnu.org/g:a577c0c26931090e7c25e56ef5ffc807627961ec

commit r10-7318-ga577c0c26931090e7c25e56ef5ffc807627961ec
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Mar 21 22:11:44 2020 +0000

    libstdc++: Fix experimental::path::generic_string (PR 93245)

    This function was unimplemented, simply returning the native format
    string instead.

            PR libstdc++/93245
            * include/experimental/bits/fs_path.h
(path::generic_string<C,T,A>()):
            * testsuite/experimental/filesystem/path/generic/generic_string.cc:
            Improve test coverage.

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

* [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize
       [not found] <bug-93245-4@http.gcc.gnu.org/bugzilla/>
  2020-03-21 22:39 ` [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize cvs-commit at gcc dot gnu.org
@ 2020-08-07 10:40 ` cvs-commit at gcc dot gnu.org
  2020-08-07 11:43 ` cvs-commit at gcc dot gnu.org
  2020-08-07 11:44 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-08-07 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:88f2b72e77fea11803b761f4fb569d83266e1d9e

commit r9-8793-g88f2b72e77fea11803b761f4fb569d83266e1d9e
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Mar 21 22:11:44 2020 +0000

    libstdc++: Fix experimental::path::generic_string (PR 93245)

    This function was unimplemented, simply returning the native format
    string instead.

            PR libstdc++/93245
            * include/experimental/bits/fs_path.h
(path::generic_string<C,T,A>()):
            Return the generic format path, not the native one.
            * testsuite/experimental/filesystem/path/generic/generic_string.cc:
            Improve test coverage.

    (cherry picked from commit a577c0c26931090e7c25e56ef5ffc807627961ec)

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

* [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize
       [not found] <bug-93245-4@http.gcc.gnu.org/bugzilla/>
  2020-03-21 22:39 ` [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize cvs-commit at gcc dot gnu.org
  2020-08-07 10:40 ` cvs-commit at gcc dot gnu.org
@ 2020-08-07 11:43 ` cvs-commit at gcc dot gnu.org
  2020-08-07 11:44 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-08-07 11:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:01cbd26b022cc9d4eaf26287b48299acfce80348

commit r8-10393-g01cbd26b022cc9d4eaf26287b48299acfce80348
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Mar 21 22:11:44 2020 +0000

    libstdc++: Fix experimental::path::generic_string (PR 93245)

    This function was unimplemented, simply returning the native format
    string instead.

            PR libstdc++/93245
            * include/experimental/bits/fs_path.h
(path::generic_string<C,T,A>()):
            Return the generic format not the native format.
            * testsuite/experimental/filesystem/path/generic/generic_string.cc:
            Improve test coverage.

    (cherry picked from commit a577c0c26931090e7c25e56ef5ffc807627961ec)

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

* [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize
       [not found] <bug-93245-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-08-07 11:43 ` cvs-commit at gcc dot gnu.org
@ 2020-08-07 11:44 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2020-08-07 11:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |8.5
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed for 8.5 and 9.4 too.

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

end of thread, other threads:[~2020-08-07 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93245-4@http.gcc.gnu.org/bugzilla/>
2020-03-21 22:39 ` [Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize cvs-commit at gcc dot gnu.org
2020-08-07 10:40 ` cvs-commit at gcc dot gnu.org
2020-08-07 11:43 ` cvs-commit at gcc dot gnu.org
2020-08-07 11:44 ` 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).