public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2020-04-01  8:31 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile jakub at gcc dot gnu.org
@ 2020-04-01  8:31 ` rguenth at gcc dot gnu.org
  2020-04-24  0:16 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-04-01  8:31 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

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

* [Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile jakub at gcc dot gnu.org
  2020-04-01  8:31 ` rguenth at gcc dot gnu.org
@ 2020-04-24  0:16 ` redi at gcc dot gnu.org
  2020-07-01 17:22 ` [Bug libstdc++/91807] [9/10/11 " ville.voutilainen at gmail dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2020-04-24  0:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org

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

* [Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-24  0:16 ` redi at gcc dot gnu.org
@ 2020-07-01 17:22 ` ville.voutilainen at gmail dot com
  2020-07-02 19:17 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ville.voutilainen at gmail dot com @ 2020-07-01 17:22 UTC (permalink / raw)
  To: gcc-bugs

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

Ville Voutilainen <ville.voutilainen at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|redi at gcc dot gnu.org            |ville.voutilainen at gmail dot com
                 CC|                            |ville.voutilainen at gmail dot com

--- Comment #3 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
Mine.

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

* [Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-07-01 17:22 ` [Bug libstdc++/91807] [9/10/11 " ville.voutilainen at gmail dot com
@ 2020-07-02 19:17 ` cvs-commit at gcc dot gnu.org
  2020-07-02 19:25 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 19:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Ville Voutilainen <ville@gcc.gnu.org>:

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

commit r11-1793-gdbca7a69f276e4829354f87f2747ebff36f6090e
Author: Ville Voutilainen <ville.voutilainen@gmail.com>
Date:   Thu Jul 2 22:16:39 2020 +0300

    PR libstdc++/91807

            PR libstdc++/91807
            * include/std/variant
            (_Copy_assign_base::operator=(const _Copy_assign_base&):
            Do the move-assignment from a temporary so that the temporary
            is constructed with an explicit index.
            * testsuite/20_util/variant/91807.cc: New.

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

* [Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-07-02 19:17 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 19:25 ` cvs-commit at gcc dot gnu.org
  2020-07-02 19:44 ` cvs-commit at gcc dot gnu.org
  2020-07-02 19:45 ` ville.voutilainen at gmail dot com
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 19:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Ville Voutilainen
<ville@gcc.gnu.org>:

https://gcc.gnu.org/g:9cba1b9a6333dcc6623865b7a0ed4d57cec4088e

commit r10-8418-g9cba1b9a6333dcc6623865b7a0ed4d57cec4088e
Author: Ville Voutilainen <ville.voutilainen@gmail.com>
Date:   Thu Jul 2 22:16:39 2020 +0300

    PR libstdc++/91807

            PR libstdc++/91807
            * include/std/variant
            (_Copy_assign_base::operator=(const _Copy_assign_base&):
            Do the move-assignment from a temporary so that the temporary
            is constructed with an explicit index.
            * testsuite/20_util/variant/91807.cc: New.

    (cherry picked from commit dbca7a69f276e4829354f87f2747ebff36f6090e)

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

* [Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-07-02 19:25 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 19:44 ` cvs-commit at gcc dot gnu.org
  2020-07-02 19:45 ` ville.voutilainen at gmail dot com
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 19:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Ville Voutilainen
<ville@gcc.gnu.org>:

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

commit r9-8716-geb77f6f1b74aa200b70eb0a9e261c9f3b68294a0
Author: Ville Voutilainen <ville.voutilainen@gmail.com>
Date:   Thu Jul 2 22:16:39 2020 +0300

    PR libstdc++/91807

            PR libstdc++/91807
            * include/std/variant
            (_Copy_assign_base::operator=(const _Copy_assign_base&):
            Do the move-assignment from a temporary so that the temporary
            is constructed with an explicit index.
            * testsuite/20_util/variant/91807.cc: New.

    (cherry picked from commit dbca7a69f276e4829354f87f2747ebff36f6090e)

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

* [Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile
       [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2020-07-02 19:44 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 19:45 ` ville.voutilainen at gmail dot com
  7 siblings, 0 replies; 8+ messages in thread
From: ville.voutilainen at gmail dot com @ 2020-07-02 19:45 UTC (permalink / raw)
  To: gcc-bugs

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

Ville Voutilainen <ville.voutilainen at gmail dot com> changed:

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

--- Comment #7 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
Fixed.

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

end of thread, other threads:[~2020-07-02 19:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91807-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile jakub at gcc dot gnu.org
2020-04-01  8:31 ` rguenth at gcc dot gnu.org
2020-04-24  0:16 ` redi at gcc dot gnu.org
2020-07-01 17:22 ` [Bug libstdc++/91807] [9/10/11 " ville.voutilainen at gmail dot com
2020-07-02 19:17 ` cvs-commit at gcc dot gnu.org
2020-07-02 19:25 ` cvs-commit at gcc dot gnu.org
2020-07-02 19:44 ` cvs-commit at gcc dot gnu.org
2020-07-02 19:45 ` ville.voutilainen at gmail dot com

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).