public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-13 20:31 ` jason at gcc dot gnu.org
  2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2020-03-13 20:31 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

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

* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
  2020-03-13 20:31 ` [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template jason at gcc dot gnu.org
@ 2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-14 21:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

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

commit r10-7175-gb3b0c671cc341fd04afc045a8d42d7a845d7f73c
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Find parameter pack in typedef in lambda [92909].

    find_parameter_packs_r doesn't look through typedefs, which is normally
    correct, but that means we need to handle their declarations specially.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <jason@redhat.com>

            PR c++/92909
            * pt.c (find_parameter_packs_r): [DECL_EXPR]: Walk
            DECL_ORIGINAL_TYPE of a typedef.

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

* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
  2020-03-13 20:31 ` [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template jason at gcc dot gnu.org
  2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
@ 2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-15 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jason Merrill
<jason@gcc.gnu.org>:

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

commit r9-8379-gc3747bca3849b1e06358db9cb2389d8089c49e3e
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Find parameter pack in typedef in lambda [92909].

    find_parameter_packs_r doesn't look through typedefs, which is normally
    correct, but that means we need to handle their declarations specially.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <jason@redhat.com>

            PR c++/92909
            * pt.c (find_parameter_packs_r): [DECL_EXPR]: Walk
            DECL_ORIGINAL_TYPE of a typedef.

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

* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
@ 2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:10 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-15 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jason Merrill
<jason@gcc.gnu.org>:

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

commit r8-10128-geee8f2161e072c1b9da4f334f882c385a27baa1f
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Find parameter pack in typedef in lambda [92909].

    find_parameter_packs_r doesn't look through typedefs, which is normally
    correct, but that means we need to handle their declarations specially.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <jason@redhat.com>

            PR c++/92909
            * pt.c (find_parameter_packs_r): [DECL_EXPR]: Walk
            DECL_ORIGINAL_TYPE of a typedef.

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

* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
@ 2020-03-15 22:10 ` jason at gcc dot gnu.org
  2020-03-16 15:07 ` jakub at gcc dot gnu.org
  2021-10-18 18:40 ` ppalka at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2020-03-15 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 8.5/9.4/10.

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

* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-03-15 22:10 ` jason at gcc dot gnu.org
@ 2020-03-16 15:07 ` jakub at gcc dot gnu.org
  2021-10-18 18:40 ` ppalka at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-16 15:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cyp561 at gmail dot com

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
*** Bug 91793 has been marked as a duplicate of this bug. ***

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

* [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template
       [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-03-16 15:07 ` jakub at gcc dot gnu.org
@ 2021-10-18 18:40 ` ppalka at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: ppalka at gcc dot gnu.org @ 2021-10-18 18:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Patrick Palka <ppalka at gcc dot gnu.org> ---
*** Bug 92911 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2021-10-18 18:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92909-4@http.gcc.gnu.org/bugzilla/>
2020-03-13 20:31 ` [Bug c++/92909] [8/9/10 Regression] ICE on incorrect lambda inside variadic template jason at gcc dot gnu.org
2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
2020-03-15 22:10 ` jason at gcc dot gnu.org
2020-03-16 15:07 ` jakub at gcc dot gnu.org
2021-10-18 18:40 ` ppalka 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).