public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers
@ 2023-06-21 16:23 mpolacek at gcc dot gnu.org
  2023-06-21 22:41 ` [Bug c++/110346] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2023-06-21 16:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110346
           Summary: [C++26] P2752R3 - Static storage for braced
                    initializers
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mpolacek at gcc dot gnu.org
  Target Milestone: ---

See <https://wg21.link/P2752R3>.

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

* [Bug c++/110346] [C++26] P2752R3 - Static storage for braced initializers
  2023-06-21 16:23 [Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers mpolacek at gcc dot gnu.org
@ 2023-06-21 22:41 ` pinskia at gcc dot gnu.org
  2023-06-21 22:54 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-21 22:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=110070,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=105838,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=110102

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
`Add that this proposal is already DR’ed in GCC trunk.`

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

* [Bug c++/110346] [C++26] P2752R3 - Static storage for braced initializers
  2023-06-21 16:23 [Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers mpolacek at gcc dot gnu.org
  2023-06-21 22:41 ` [Bug c++/110346] " pinskia at gcc dot gnu.org
@ 2023-06-21 22:54 ` mpolacek at gcc dot gnu.org
  2023-06-22 16:06 ` mpolacek at gcc dot gnu.org
  2023-06-22 18:46 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2023-06-21 22:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Probably resolved by r14-1500-g4d935f52b0d5c0.

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

* [Bug c++/110346] [C++26] P2752R3 - Static storage for braced initializers
  2023-06-21 16:23 [Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers mpolacek at gcc dot gnu.org
  2023-06-21 22:41 ` [Bug c++/110346] " pinskia at gcc dot gnu.org
  2023-06-21 22:54 ` mpolacek at gcc dot gnu.org
@ 2023-06-22 16:06 ` mpolacek at gcc dot gnu.org
  2023-06-22 18:46 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2023-06-22 16:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
   Last reconfirmed|                            |2023-06-22
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Resolved by Jason; let me update the docs at least.

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

* [Bug c++/110346] [C++26] P2752R3 - Static storage for braced initializers
  2023-06-21 16:23 [Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers mpolacek at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-06-22 16:06 ` mpolacek at gcc dot gnu.org
@ 2023-06-22 18:46 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2023-06-22 18:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Docs updated.

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

end of thread, other threads:[~2023-06-22 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21 16:23 [Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers mpolacek at gcc dot gnu.org
2023-06-21 22:41 ` [Bug c++/110346] " pinskia at gcc dot gnu.org
2023-06-21 22:54 ` mpolacek at gcc dot gnu.org
2023-06-22 16:06 ` mpolacek at gcc dot gnu.org
2023-06-22 18:46 ` mpolacek 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).