public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/106749] New: Implement C++23 library features
@ 2022-08-26  8:53 redi at gcc dot gnu.org
  2022-08-26  8:58 ` [Bug libstdc++/106749] " redi at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2022-08-26  8:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106749
           Summary: Implement C++23 library features
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Keywords: meta-bug
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
  Target Milestone: ---

A meta bug to track the overall progress of C++23 features in the C++ standard
library.

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
@ 2022-08-26  8:58 ` redi at gcc dot gnu.org
  2022-08-26 20:13 ` mpolacek at gcc dot gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2022-08-26  8:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Much already done in gcc-11 and gcc-12:
https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2023

See also
https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B23_library_features

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
  2022-08-26  8:58 ` [Bug libstdc++/106749] " redi at gcc dot gnu.org
@ 2022-08-26 20:13 ` mpolacek at gcc dot gnu.org
  2022-10-03 14:51 ` redi at gcc dot gnu.org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-08-26 20:13 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2022-08-26
                 CC|                            |mpolacek at gcc dot gnu.org

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
  2022-08-26  8:58 ` [Bug libstdc++/106749] " redi at gcc dot gnu.org
  2022-08-26 20:13 ` mpolacek at gcc dot gnu.org
@ 2022-10-03 14:51 ` redi at gcc dot gnu.org
  2022-11-19  9:24 ` jakub at gcc dot gnu.org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2022-10-03 14:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 106953, which changed state.

Bug 106953 Summary: C++23 add new headers for freestanding
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106953

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-10-03 14:51 ` redi at gcc dot gnu.org
@ 2022-11-19  9:24 ` jakub at gcc dot gnu.org
  2023-11-16  8:14 ` redi at gcc dot gnu.org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-11-19  9:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 106652, which changed state.

Bug 106652 Summary: [C++23] P1467 - Extended floating-point types and standard names
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106652

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-11-19  9:24 ` jakub at gcc dot gnu.org
@ 2023-11-16  8:14 ` redi at gcc dot gnu.org
  2023-12-15  0:04 ` redi at gcc dot gnu.org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2023-11-16  8:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 111667, which changed state.

Bug 111667 Summary: [C++23] Implement P1132R8, out_ptr - a scalable output pointer abstraction
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111667

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-11-16  8:14 ` redi at gcc dot gnu.org
@ 2023-12-15  0:04 ` redi at gcc dot gnu.org
  2024-01-10 15:00 ` ppalka at gcc dot gnu.org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2023-12-15  0:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 107760, which changed state.

Bug 107760 Summary: Implement C++23 <print>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107760

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-12-15  0:04 ` redi at gcc dot gnu.org
@ 2024-01-10 15:00 ` ppalka at gcc dot gnu.org
  2024-01-12 20:39 ` redi at gcc dot gnu.org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-01-10 15:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 113311, which changed state.

Bug 113311 Summary: [C++23] Implement P2445R1, std::forward_like
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113311

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2024-01-10 15:00 ` ppalka at gcc dot gnu.org
@ 2024-01-12 20:39 ` redi at gcc dot gnu.org
  2024-01-13  4:06 ` ppalka at gcc dot gnu.org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2024-01-12 20:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 105505, which changed state.

Bug 105505 Summary: P1951R1 (Default Arguments for pair's Forwarding Constructor) is unimplemented
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105505

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2024-01-12 20:39 ` redi at gcc dot gnu.org
@ 2024-01-13  4:06 ` ppalka at gcc dot gnu.org
  2024-01-13 11:22 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-01-13  4:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 108827, which changed state.

Bug 108827 Summary: [C++23] Implement P2387R3, Pipe support for user-defined range adaptors
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108827

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2024-01-13  4:06 ` ppalka at gcc dot gnu.org
@ 2024-01-13 11:22 ` redi at gcc dot gnu.org
  2024-01-17 16:51 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2024-01-13 11:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 108822, which changed state.

Bug 108822 Summary: [C++23] Implement P2255R2, type trait to detect reference binding to temporary
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108822

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2024-01-13 11:22 ` redi at gcc dot gnu.org
@ 2024-01-17 16:51 ` redi at gcc dot gnu.org
  2024-02-01 20:04 ` ppalka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2024-01-17 16:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 113318, which changed state.

Bug 113318 Summary: [C++23] Implement P1185R12, Naming text encodings to demystify them
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113318

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2024-01-17 16:51 ` redi at gcc dot gnu.org
@ 2024-02-01 20:04 ` ppalka at gcc dot gnu.org
  2024-02-02 14:43 ` redi at gcc dot gnu.org
  2024-04-15 18:33 ` redi at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-02-01 20:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 113309, which changed state.

Bug 113309 Summary: [C++23] Implement P2165R4, Compatibility between tuple and tuple-like objects
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113309

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2024-02-01 20:04 ` ppalka at gcc dot gnu.org
@ 2024-02-02 14:43 ` redi at gcc dot gnu.org
  2024-04-15 18:33 ` redi at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2024-02-02 14:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 113335, which changed state.

Bug 113335 Summary: [C++23] Implement LWG3617 function/packaged_task deduction guides and deducing this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113335

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

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

* [Bug libstdc++/106749] Implement C++23 library features
  2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2024-02-02 14:43 ` redi at gcc dot gnu.org
@ 2024-04-15 18:33 ` redi at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2024-04-15 18:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106749
Bug 106749 depends on bug 113386, which changed state.

Bug 113386 Summary: [C++23] std::pair comparison operators should be transparent, but are not in libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113386

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

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

end of thread, other threads:[~2024-04-15 18:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26  8:53 [Bug libstdc++/106749] New: Implement C++23 library features redi at gcc dot gnu.org
2022-08-26  8:58 ` [Bug libstdc++/106749] " redi at gcc dot gnu.org
2022-08-26 20:13 ` mpolacek at gcc dot gnu.org
2022-10-03 14:51 ` redi at gcc dot gnu.org
2022-11-19  9:24 ` jakub at gcc dot gnu.org
2023-11-16  8:14 ` redi at gcc dot gnu.org
2023-12-15  0:04 ` redi at gcc dot gnu.org
2024-01-10 15:00 ` ppalka at gcc dot gnu.org
2024-01-12 20:39 ` redi at gcc dot gnu.org
2024-01-13  4:06 ` ppalka at gcc dot gnu.org
2024-01-13 11:22 ` redi at gcc dot gnu.org
2024-01-17 16:51 ` redi at gcc dot gnu.org
2024-02-01 20:04 ` ppalka at gcc dot gnu.org
2024-02-02 14:43 ` redi at gcc dot gnu.org
2024-04-15 18:33 ` 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).