public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/90215] [8/9/10/11 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
@ 2021-04-09 15:38 ` cvs-commit at gcc dot gnu.org
  2021-04-09 16:23 ` [Bug c++/90215] [8/9/10 " ppalka at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-04-09 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:00c3c31be43c018870569a599200a8af84956487

commit r11-8097-g00c3c31be43c018870569a599200a8af84956487
Author: Patrick Palka <ppalka@redhat.com>
Date:   Fri Apr 9 11:37:42 2021 -0400

    c++: Add testcase for already fixed PR [PR90215]

    We accept this testcase after r11-7985.

    gcc/testsuite/ChangeLog:

            PR c++/90215
            * g++.dg/cpp1z/fold-lambda4.C: New test.

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

* [Bug c++/90215] [8/9/10 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
  2021-04-09 15:38 ` [Bug c++/90215] [8/9/10/11 Regression] ICE with lambda in fold expression over comma and assignment cvs-commit at gcc dot gnu.org
@ 2021-04-09 16:23 ` ppalka at gcc dot gnu.org
  2021-05-14  9:51 ` [Bug c++/90215] [9/10 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: ppalka at gcc dot gnu.org @ 2021-04-09 16:23 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=99201
                 CC|                            |ppalka at gcc dot gnu.org
            Summary|[8/9/10/11 Regression] ICE  |[8/9/10 Regression] ICE
                   |with lambda in fold         |with lambda in fold
                   |expression over comma and   |expression over comma and
                   |assignment                  |assignment
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #7 from Patrick Palka <ppalka at gcc dot gnu.org> ---
This is fixed on trunk by the fix for PR99201, but the testcase here is
different enough to include in the testsuite (and later backport it to the
release branches after the fix is backported).

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

* [Bug c++/90215] [9/10 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
  2021-04-09 15:38 ` [Bug c++/90215] [8/9/10/11 Regression] ICE with lambda in fold expression over comma and assignment cvs-commit at gcc dot gnu.org
  2021-04-09 16:23 ` [Bug c++/90215] [8/9/10 " ppalka at gcc dot gnu.org
@ 2021-05-14  9:51 ` jakub at gcc dot gnu.org
  2021-06-01  8:13 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug c++/90215] [9/10 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-05-14  9:51 ` [Bug c++/90215] [9/10 " jakub at gcc dot gnu.org
@ 2021-06-01  8:13 ` rguenth at gcc dot gnu.org
  2022-05-27  9:40 ` [Bug c++/90215] [10 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug c++/90215] [10 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-06-01  8:13 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:40 ` rguenth at gcc dot gnu.org
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07  8:22 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug c++/90215] [10 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-05-27  9:40 ` [Bug c++/90215] [10 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07  8:22 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug c++/90215] [10 Regression] ICE with lambda in fold expression over comma and assignment
       [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
@ 2023-07-07  8:22 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |10.3.0
         Resolution|---                         |FIXED
   Target Milestone|10.5                        |10.4
      Known to work|                            |10.4.0, 11.1.0
             Status|ASSIGNED                    |RESOLVED

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looks like fixed in GCC 10.4.

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

end of thread, other threads:[~2023-07-07  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90215-4@http.gcc.gnu.org/bugzilla/>
2021-04-09 15:38 ` [Bug c++/90215] [8/9/10/11 Regression] ICE with lambda in fold expression over comma and assignment cvs-commit at gcc dot gnu.org
2021-04-09 16:23 ` [Bug c++/90215] [8/9/10 " ppalka at gcc dot gnu.org
2021-05-14  9:51 ` [Bug c++/90215] [9/10 " jakub at gcc dot gnu.org
2021-06-01  8:13 ` rguenth at gcc dot gnu.org
2022-05-27  9:40 ` [Bug c++/90215] [10 " rguenth at gcc dot gnu.org
2022-06-28 10:37 ` jakub at gcc dot gnu.org
2023-07-07  8:22 ` rguenth 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).