public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target
@ 2021-08-01  0:06 unlvsur at live dot com
  2021-08-01  0:42 ` [Bug libstdc++/101709] [12 Regression] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2021-08-01  0:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101709
           Summary: Yesterday's patch on std::filesystem breaks windows
                    target
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

Created attachment 51230
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51230&action=edit
error message

Since yesterday's patch

https://github.com/gcc-mirror/gcc/commit/3dbd4d94bf380f3efa8bba9b203ce7d4c8f47fbb#diff-ba6ba5a2bddd4d1cf66ef3699e6111d9c6aa1cf0192c97e6d59a048b4a851b91

ec is removed, so the code cannot compile targetting windows anymore

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

* [Bug libstdc++/101709] [12 Regression] Yesterday's patch on std::filesystem breaks windows target
  2021-08-01  0:06 [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target unlvsur at live dot com
@ 2021-08-01  0:42 ` pinskia at gcc dot gnu.org
  2021-08-02 14:17 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-01  0:42 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Yesterday's patch on        |[12 Regression] Yesterday's
                   |std::filesystem breaks      |patch on std::filesystem
                   |windows target              |breaks windows target
   Target Milestone|---                         |12.0
           Keywords|                            |build

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

* [Bug libstdc++/101709] [12 Regression] Yesterday's patch on std::filesystem breaks windows target
  2021-08-01  0:06 [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target unlvsur at live dot com
  2021-08-01  0:42 ` [Bug libstdc++/101709] [12 Regression] " pinskia at gcc dot gnu.org
@ 2021-08-02 14:17 ` redi at gcc dot gnu.org
  2021-08-02 15:34 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-08-02 14:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2021-08-02
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org

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

* [Bug libstdc++/101709] [12 Regression] Yesterday's patch on std::filesystem breaks windows target
  2021-08-01  0:06 [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target unlvsur at live dot com
  2021-08-01  0:42 ` [Bug libstdc++/101709] [12 Regression] " pinskia at gcc dot gnu.org
  2021-08-02 14:17 ` redi at gcc dot gnu.org
@ 2021-08-02 15:34 ` cvs-commit at gcc dot gnu.org
  2021-08-02 15:36 ` redi at gcc dot gnu.org
  2022-04-21 13:53 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-08-02 15:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- 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:38fb24ba4d67254cea78731fc8d961903dad9646

commit r12-2663-g38fb24ba4d67254cea78731fc8d961903dad9646
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Aug 2 15:52:41 2021 +0100

    libstdc++: Fix filesystem::temp_directory_path [PR101709]

    Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

    libstdc++-v3/ChangeLog:

            PR libstdc++/101709
            * src/filesystem/ops-common.h (get_temp_directory_from_env):
            Add error_code parameter.
            * src/c++17/fs_ops.cc (fs::temp_directory_path): Pass error_code
            argument to get_temp_directory_from_env and check it.
            * src/filesystem/ops.cc (fs::temp_directory_path): Likewise.

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

* [Bug libstdc++/101709] [12 Regression] Yesterday's patch on std::filesystem breaks windows target
  2021-08-01  0:06 [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2021-08-02 15:34 ` cvs-commit at gcc dot gnu.org
@ 2021-08-02 15:36 ` redi at gcc dot gnu.org
  2022-04-21 13:53 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-08-02 15:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed, thanks for the report.

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

* [Bug libstdc++/101709] [12 Regression] Yesterday's patch on std::filesystem breaks windows target
  2021-08-01  0:06 [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2021-08-02 15:36 ` redi at gcc dot gnu.org
@ 2022-04-21 13:53 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-21 13:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r11-9921-gdf783ecbaaea340297df8a3bd6666068ce131a33
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Aug 2 15:52:41 2021 +0100

    libstdc++: Fix filesystem::temp_directory_path [PR101709]

    Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

    libstdc++-v3/ChangeLog:

            PR libstdc++/101709
            * src/filesystem/ops-common.h (get_temp_directory_from_env):
            Add error_code parameter.
            * src/c++17/fs_ops.cc (fs::temp_directory_path): Pass error_code
            argument to get_temp_directory_from_env and check it.
            * src/filesystem/ops.cc (fs::temp_directory_path): Likewise.

    (cherry picked from commit 38fb24ba4d67254cea78731fc8d961903dad9646)

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

end of thread, other threads:[~2022-04-21 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01  0:06 [Bug libstdc++/101709] New: Yesterday's patch on std::filesystem breaks windows target unlvsur at live dot com
2021-08-01  0:42 ` [Bug libstdc++/101709] [12 Regression] " pinskia at gcc dot gnu.org
2021-08-02 14:17 ` redi at gcc dot gnu.org
2021-08-02 15:34 ` cvs-commit at gcc dot gnu.org
2021-08-02 15:36 ` redi at gcc dot gnu.org
2022-04-21 13:53 ` cvs-commit 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).