public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/71424] std::initializer_list<T[N]>
       [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
@ 2020-10-14 16:59 ` mpolacek at gcc dot gnu.org
  2020-10-15 13:30 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-10-14 16:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tangyixuan at mail dot dlut.edu.cn

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
*** Bug 97422 has been marked as a duplicate of this bug. ***

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

* [Bug c++/71424] std::initializer_list<T[N]>
       [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
  2020-10-14 16:59 ` [Bug c++/71424] std::initializer_list<T[N]> mpolacek at gcc dot gnu.org
@ 2020-10-15 13:30 ` jakub at gcc dot gnu.org
  2022-04-28 22:30 ` mpolacek at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-10-15 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I wonder if the bug isn't that we create TARGET_EXPRs out of the
sub-CONSTRUCTORs in convert_like_internal, for array types that doesn't look
right to me.
Anyway, just a random comment, not working on this.

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

* [Bug c++/71424] std::initializer_list<T[N]>
       [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
  2020-10-14 16:59 ` [Bug c++/71424] std::initializer_list<T[N]> mpolacek at gcc dot gnu.org
  2020-10-15 13:30 ` jakub at gcc dot gnu.org
@ 2022-04-28 22:30 ` mpolacek at gcc dot gnu.org
  2022-04-29 13:34 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-04-28 22:30 UTC (permalink / raw)
  To: gcc-bugs

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

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
             Status|NEW                         |ASSIGNED
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed by r12-6329-g4f6bc28fc7dd86, will add the test.

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

* [Bug c++/71424] std::initializer_list<T[N]>
       [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-04-28 22:30 ` mpolacek at gcc dot gnu.org
@ 2022-04-29 13:34 ` cvs-commit at gcc dot gnu.org
  2022-04-29 13:35 ` mpolacek at gcc dot gnu.org
  2022-10-31 19:16 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-29 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Marek Polacek <mpolacek@gcc.gnu.org>:

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

commit r13-43-ge1115a4f1b4afb346341237355186949f8e568a8
Author: Marek Polacek <polacek@redhat.com>
Date:   Fri Apr 29 09:33:08 2022 -0400

    c++: Add fixed test [PR71424]

    This was fixed by r12-6329-g4f6bc28fc7dd86.

            PR c++/71424

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/initlist-array15.C: New test.

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

* [Bug c++/71424] std::initializer_list<T[N]>
       [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-04-29 13:34 ` cvs-commit at gcc dot gnu.org
@ 2022-04-29 13:35 ` mpolacek at gcc dot gnu.org
  2022-10-31 19:16 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-04-29 13:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed.

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

* [Bug c++/71424] std::initializer_list<T[N]>
       [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-04-29 13:35 ` mpolacek at gcc dot gnu.org
@ 2022-10-31 19:16 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-31 19:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

end of thread, other threads:[~2022-10-31 19:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-71424-4@http.gcc.gnu.org/bugzilla/>
2020-10-14 16:59 ` [Bug c++/71424] std::initializer_list<T[N]> mpolacek at gcc dot gnu.org
2020-10-15 13:30 ` jakub at gcc dot gnu.org
2022-04-28 22:30 ` mpolacek at gcc dot gnu.org
2022-04-29 13:34 ` cvs-commit at gcc dot gnu.org
2022-04-29 13:35 ` mpolacek at gcc dot gnu.org
2022-10-31 19:16 ` pinskia 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).