public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions
@ 2012-08-24 12:09 redi at gcc dot gnu.org
  2013-01-29 10:57 ` [Bug c++/54367] [meta-bug] " paolo.carlini at oracle dot com
                   ` (70 more replies)
  0 siblings, 71 replies; 72+ messages in thread
From: redi at gcc dot gnu.org @ 2012-08-24 12:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

             Bug #: 54367
           Summary: [meta-bug] [C++11] lambda expressions
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: meta-bug
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org
        Depends on: 41933, 50939, 51412, 51422, 51494, 51884, 52014,
                    52026, 52374, 52613, 52619, 53486, 54170, 54276


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
@ 2013-01-29 10:57 ` paolo.carlini at oracle dot com
  2013-07-04  8:32 ` paolo.carlini at oracle dot com
                   ` (69 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-01-29 10:57 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-01-29
     Ever Confirmed|0                           |1


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
  2013-01-29 10:57 ` [Bug c++/54367] [meta-bug] " paolo.carlini at oracle dot com
@ 2013-07-04  8:32 ` paolo.carlini at oracle dot com
  2013-07-09 18:52 ` jason at gcc dot gnu.org
                   ` (68 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-04  8:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 57817, which changed state.

Bug 57817 Summary: g++ crashes on handling variadic template sizeof inside lambda funcion
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57817

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
  2013-01-29 10:57 ` [Bug c++/54367] [meta-bug] " paolo.carlini at oracle dot com
  2013-07-04  8:32 ` paolo.carlini at oracle dot com
@ 2013-07-09 18:52 ` jason at gcc dot gnu.org
  2013-07-09 18:54 ` jason at gcc dot gnu.org
                   ` (67 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2013-07-09 18:52 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 57437, which changed state.

Bug 57437 Summary: [4.7/4.8/4.9 Regression] C++11: mutable lambdas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57437

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-07-09 18:52 ` jason at gcc dot gnu.org
@ 2013-07-09 18:54 ` jason at gcc dot gnu.org
  2013-08-18  1:07 ` jason at gcc dot gnu.org
                   ` (66 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2013-07-09 18:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 57658, which changed state.

Bug 57658 Summary: [4.9 Regression] ICE in tsubst_copy, at cp/pt.c:12213
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-07-09 18:54 ` jason at gcc dot gnu.org
@ 2013-08-18  1:07 ` jason at gcc dot gnu.org
  2013-09-16 16:37 ` jason at gcc dot gnu.org
                   ` (65 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2013-08-18  1:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 58083, which changed state.

Bug 58083 Summary: [4.8/4.9 Regression] ICE with lambda as default parameter of a template function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-08-18  1:07 ` jason at gcc dot gnu.org
@ 2013-09-16 16:37 ` jason at gcc dot gnu.org
  2013-09-21  8:57 ` paolo.carlini at oracle dot com
                   ` (64 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2013-09-16 16:37 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 41933, which changed state.

Bug 41933 Summary: [c++0x] lambdas and variadic templates don't work together
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2013-09-16 16:37 ` jason at gcc dot gnu.org
@ 2013-09-21  8:57 ` paolo.carlini at oracle dot com
  2013-10-08 22:30 ` paolo.carlini at oracle dot com
                   ` (63 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-09-21  8:57 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 55914, which changed state.

Bug 55914 Summary: [C++11] Pack expansion fails in lambda expressions
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55914

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2013-09-21  8:57 ` paolo.carlini at oracle dot com
@ 2013-10-08 22:30 ` paolo.carlini at oracle dot com
  2013-10-17 17:17 ` paolo.carlini at oracle dot com
                   ` (62 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-10-08 22:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 58568, which changed state.

Bug 58568 Summary: [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2013-10-08 22:30 ` paolo.carlini at oracle dot com
@ 2013-10-17 17:17 ` paolo.carlini at oracle dot com
  2013-11-18 17:10 ` paolo.carlini at oracle dot com
                   ` (61 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-10-17 17:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 58596, which changed state.

Bug 58596 Summary: [4.8/4.9 Regression] [c++11] ICE with decltype in non-static data member initializer
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58596

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2013-10-17 17:17 ` paolo.carlini at oracle dot com
@ 2013-11-18 17:10 ` paolo.carlini at oracle dot com
  2013-12-30 21:41 ` reichelt at gcc dot gnu.org
                   ` (60 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-18 17:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 58824, which changed state.

Bug 58824 Summary: Lambda trigger internal compiler error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58824

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2013-11-18 17:10 ` paolo.carlini at oracle dot com
@ 2013-12-30 21:41 ` reichelt at gcc dot gnu.org
  2014-04-23 20:11 ` dinar at gcc dot gnu.org
                   ` (59 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: reichelt at gcc dot gnu.org @ 2013-12-30 21:41 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367

Bug 54367 depends on bug 58613, which changed state.

Bug 58613 Summary: [4.9 Regression] [c++1y] ICE with invalid lambda capture
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58613

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2013-12-30 21:41 ` reichelt at gcc dot gnu.org
@ 2014-04-23 20:11 ` dinar at gcc dot gnu.org
  2014-06-09 19:25 ` jason at gcc dot gnu.org
                   ` (58 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: dinar at gcc dot gnu.org @ 2014-04-23 20:11 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 57958, which changed state.

Bug 57958 Summary: Incorrect code generation in lambda with argument of type reference to template class
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57958

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2014-04-23 20:11 ` dinar at gcc dot gnu.org
@ 2014-06-09 19:25 ` jason at gcc dot gnu.org
  2014-06-09 19:25 ` jason at gcc dot gnu.org
                   ` (57 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-09 19:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 59483, which changed state.

Bug 59483 Summary: A nested lambda fails to find a protected name with qualified name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59483

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2014-06-09 19:25 ` jason at gcc dot gnu.org
@ 2014-06-09 19:25 ` jason at gcc dot gnu.org
  2014-06-30 18:32 ` paolo.carlini at oracle dot com
                   ` (56 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-09 19:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 61148, which changed state.

Bug 61148 Summary: Cannot access protected members from a lambda capturing this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61148

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2014-06-09 19:25 ` jason at gcc dot gnu.org
@ 2014-06-30 18:32 ` paolo.carlini at oracle dot com
  2014-09-23 18:09 ` paolo.carlini at oracle dot com
                   ` (55 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-06-30 18:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 54891, which changed state.

Bug 54891 Summary: [C++11] lambda-expression and explicit type conversion (cast notation)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54891

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (14 preceding siblings ...)
  2014-06-30 18:32 ` paolo.carlini at oracle dot com
@ 2014-09-23 18:09 ` paolo.carlini at oracle dot com
  2014-10-10  8:53 ` paolo.carlini at oracle dot com
                   ` (54 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-09-23 18:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 61857, which changed state.

Bug 61857 Summary: An init-capturing lambda is parsed incorrectly when used in a braced-init-list
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61857

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (15 preceding siblings ...)
  2014-09-23 18:09 ` paolo.carlini at oracle dot com
@ 2014-10-10  8:53 ` paolo.carlini at oracle dot com
  2015-01-08 17:33 ` paolo.carlini at oracle dot com
                   ` (53 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-10-10  8:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 63207, which changed state.

Bug 63207 Summary: [5 regression] ICE in expand_expr_real_l when instantiating a template with a lambda that captures a const variable with a dependent initializer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63207

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (16 preceding siblings ...)
  2014-10-10  8:53 ` paolo.carlini at oracle dot com
@ 2015-01-08 17:33 ` paolo.carlini at oracle dot com
  2015-01-28 17:36 ` jason at gcc dot gnu.org
                   ` (52 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-01-08 17:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 58761, which changed state.

Bug 58761 Summary: ICE with a lambda capturing this in a NSDMI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (17 preceding siblings ...)
  2015-01-08 17:33 ` paolo.carlini at oracle dot com
@ 2015-01-28 17:36 ` jason at gcc dot gnu.org
  2015-07-10  2:46 ` paolo.carlini at oracle dot com
                   ` (51 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2015-01-28 17:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 58597, which changed state.

Bug 58597 Summary: [5 Regression] ICE with lambda in default argument of template function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (18 preceding siblings ...)
  2015-01-28 17:36 ` jason at gcc dot gnu.org
@ 2015-07-10  2:46 ` paolo.carlini at oracle dot com
  2015-08-17  6:25 ` trippels at gcc dot gnu.org
                   ` (50 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-07-10  2:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 64848, which changed state.

Bug 64848 Summary: G++ internal compiler error with templated lambdas capturing variable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64848

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (19 preceding siblings ...)
  2015-07-10  2:46 ` paolo.carlini at oracle dot com
@ 2015-08-17  6:25 ` trippels at gcc dot gnu.org
  2015-08-17 19:50 ` jason at gcc dot gnu.org
                   ` (49 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-08-17  6:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 58907, which changed state.

Bug 58907 Summary: [c++11] ICE in gimplify_var_or_parm_decl, at gimplify.c:NNNN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58907

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (20 preceding siblings ...)
  2015-08-17  6:25 ` trippels at gcc dot gnu.org
@ 2015-08-17 19:50 ` jason at gcc dot gnu.org
  2015-08-21 16:01 ` jason at gcc dot gnu.org
                   ` (48 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2015-08-17 19:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 62272, which changed state.

Bug 62272 Summary: Gimplify throws error on method call from inside nested lambdas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62272

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (21 preceding siblings ...)
  2015-08-17 19:50 ` jason at gcc dot gnu.org
@ 2015-08-21 16:01 ` jason at gcc dot gnu.org
  2015-10-12  8:56 ` ville.voutilainen at gmail dot com
                   ` (47 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2015-08-21 16:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 58972, which changed state.

Bug 58972 Summary: Lambda can't access private members
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58972

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (22 preceding siblings ...)
  2015-08-21 16:01 ` jason at gcc dot gnu.org
@ 2015-10-12  8:56 ` ville.voutilainen at gmail dot com
  2020-05-30  4:24 ` ppalka at gcc dot gnu.org
                   ` (46 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ville.voutilainen at gmail dot com @ 2015-10-12  8:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 58566, which changed state.

Bug 58566 Summary: [c++11] ICE with invalid expression in lambda body
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58566

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


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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (23 preceding siblings ...)
  2015-10-12  8:56 ` ville.voutilainen at gmail dot com
@ 2020-05-30  4:24 ` ppalka at gcc dot gnu.org
  2020-06-02 12:56 ` ppalka at gcc dot gnu.org
                   ` (45 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-05-30  4:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 92652, which changed state.

Bug 92652 Summary: function call to lambda expression that return true does not satisfy the constraint in requires-clause if using return type deduction
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92652

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (24 preceding siblings ...)
  2020-05-30  4:24 ` ppalka at gcc dot gnu.org
@ 2020-06-02 12:56 ` ppalka at gcc dot gnu.org
  2020-06-02 12:56 ` ppalka at gcc dot gnu.org
                   ` (44 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-06-02 12:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 95020, which changed state.

Bug 95020 Summary: requires expression always evaluates to true in the definition of template lambda defined within template function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95020

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (25 preceding siblings ...)
  2020-06-02 12:56 ` ppalka at gcc dot gnu.org
@ 2020-06-02 12:56 ` ppalka at gcc dot gnu.org
  2020-07-23 19:34 ` mpolacek at gcc dot gnu.org
                   ` (43 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-06-02 12:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 92633, which changed state.

Bug 92633 Summary: [concepts] constrained lambda with placehoder syntax getting wrong substitution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92633

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (26 preceding siblings ...)
  2020-06-02 12:56 ` ppalka at gcc dot gnu.org
@ 2020-07-23 19:34 ` mpolacek at gcc dot gnu.org
  2021-03-12  0:23 ` mpolacek at gcc dot gnu.org
                   ` (42 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-07-23 19:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 79627, which changed state.

Bug 79627 Summary: Ice with type of VLA in lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79627

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (27 preceding siblings ...)
  2020-07-23 19:34 ` mpolacek at gcc dot gnu.org
@ 2021-03-12  0:23 ` mpolacek at gcc dot gnu.org
  2021-04-07 19:42 ` msebor at gcc dot gnu.org
                   ` (41 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-12  0:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 90480, which changed state.

Bug 90480 Summary: [8/9/10/11 Regression] ICE when calling operator() inside a lambda defined in a template class method
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90480

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (28 preceding siblings ...)
  2021-03-12  0:23 ` mpolacek at gcc dot gnu.org
@ 2021-04-07 19:42 ` msebor at gcc dot gnu.org
  2021-05-14 11:17 ` jakub at gcc dot gnu.org
                   ` (40 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-04-07 19:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 92722, which changed state.

Bug 92722 Summary: gcc considers "padding" byte of empty lambda to be uninitialized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92722

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (29 preceding siblings ...)
  2021-04-07 19:42 ` msebor at gcc dot gnu.org
@ 2021-05-14 11:17 ` jakub at gcc dot gnu.org
  2021-07-27  5:28 ` pinskia at gcc dot gnu.org
                   ` (39 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14 11:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 88869, which changed state.

Bug 88869 Summary: [8 Regression] ICE (Segmentation Fault) when using lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88869

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (30 preceding siblings ...)
  2021-05-14 11:17 ` jakub at gcc dot gnu.org
@ 2021-07-27  5:28 ` pinskia at gcc dot gnu.org
  2021-08-05  4:24 ` pinskia at gcc dot gnu.org
                   ` (38 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-27  5:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 96743, which changed state.

Bug 96743 Summary: ICE on flexible array in initializer list using lambdas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96743

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (31 preceding siblings ...)
  2021-07-27  5:28 ` pinskia at gcc dot gnu.org
@ 2021-08-05  4:24 ` pinskia at gcc dot gnu.org
  2021-08-12 21:44 ` pinskia at gcc dot gnu.org
                   ` (37 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-05  4:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 81700, which changed state.

Bug 81700 Summary: Unresolved function type when taking address of operator() of generic lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81700

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (32 preceding siblings ...)
  2021-08-05  4:24 ` pinskia at gcc dot gnu.org
@ 2021-08-12 21:44 ` pinskia at gcc dot gnu.org
  2021-08-12 22:57 ` pinskia at gcc dot gnu.org
                   ` (36 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-12 21:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 99152, which changed state.

Bug 99152 Summary: Wrong type of implicitly captured by-value unevaluated operand
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99152

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (33 preceding siblings ...)
  2021-08-12 21:44 ` pinskia at gcc dot gnu.org
@ 2021-08-12 22:57 ` pinskia at gcc dot gnu.org
  2021-09-20 21:51 ` pinskia at gcc dot gnu.org
                   ` (35 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-12 22:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 66672, which changed state.

Bug 66672 Summary: std::is_same wrong result for captured reference value inside a lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66672

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (34 preceding siblings ...)
  2021-08-12 22:57 ` pinskia at gcc dot gnu.org
@ 2021-09-20 21:51 ` pinskia at gcc dot gnu.org
  2021-10-01  7:14 ` pinskia at gcc dot gnu.org
                   ` (34 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-20 21:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 89138, which changed state.

Bug 89138 Summary: typeof VLA in lambdas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89138

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (35 preceding siblings ...)
  2021-09-20 21:51 ` pinskia at gcc dot gnu.org
@ 2021-10-01  7:14 ` pinskia at gcc dot gnu.org
  2021-10-12 23:40 ` pinskia at gcc dot gnu.org
                   ` (33 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-10-01  7:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 95028, which changed state.

Bug 95028 Summary: ICE in g++ (Arch Linux 9.3.0-1) 9.3.0 with captured OMP reduce clause in lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95028

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (36 preceding siblings ...)
  2021-10-01  7:14 ` pinskia at gcc dot gnu.org
@ 2021-10-12 23:40 ` pinskia at gcc dot gnu.org
  2021-11-10 22:40 ` pinskia at gcc dot gnu.org
                   ` (32 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-10-12 23:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 102367, which changed state.

Bug 102367 Summary: types can be defined in lambdas in unevaluated expression (decltype/sizeof) in C++20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102367

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (37 preceding siblings ...)
  2021-10-12 23:40 ` pinskia at gcc dot gnu.org
@ 2021-11-10 22:40 ` pinskia at gcc dot gnu.org
  2021-12-16 16:53 ` marxin at gcc dot gnu.org
                   ` (31 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-11-10 22:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 80587, which changed state.

Bug 80587 Summary: Incorrect type from outer scope inside lambda under some conditions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80587

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (38 preceding siblings ...)
  2021-11-10 22:40 ` pinskia at gcc dot gnu.org
@ 2021-12-16 16:53 ` marxin at gcc dot gnu.org
  2021-12-17  3:29 ` pinskia at gcc dot gnu.org
                   ` (30 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-16 16:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 103696, which changed state.

Bug 103696 Summary: pragma optimization is not applying to Lambdas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103696

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (39 preceding siblings ...)
  2021-12-16 16:53 ` marxin at gcc dot gnu.org
@ 2021-12-17  3:29 ` pinskia at gcc dot gnu.org
  2021-12-20  6:55 ` pinskia at gcc dot gnu.org
                   ` (29 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-17  3:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 90647, which changed state.

Bug 90647 Summary: Warn on returning a lambda with captured local variables
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90647

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (40 preceding siblings ...)
  2021-12-17  3:29 ` pinskia at gcc dot gnu.org
@ 2021-12-20  6:55 ` pinskia at gcc dot gnu.org
  2021-12-22  3:47 ` pinskia at gcc dot gnu.org
                   ` (28 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-20  6:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 102644, which changed state.

Bug 102644 Summary: deduction failure when having default non-type template parameters that are lambdas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102644

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (41 preceding siblings ...)
  2021-12-20  6:55 ` pinskia at gcc dot gnu.org
@ 2021-12-22  3:47 ` pinskia at gcc dot gnu.org
  2021-12-28 10:01 ` pinskia at gcc dot gnu.org
                   ` (27 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-22  3:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 97458, which changed state.

Bug 97458 Summary: C++ parsing fails when calling specialized template method inside lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97458

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (42 preceding siblings ...)
  2021-12-22  3:47 ` pinskia at gcc dot gnu.org
@ 2021-12-28 10:01 ` pinskia at gcc dot gnu.org
  2022-01-11  2:38 ` pinskia at gcc dot gnu.org
                   ` (26 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-28 10:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 95368, which changed state.

Bug 95368 Summary: gcc things that a lambda capture is both const and mutable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95368

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (43 preceding siblings ...)
  2021-12-28 10:01 ` pinskia at gcc dot gnu.org
@ 2022-01-11  2:38 ` pinskia at gcc dot gnu.org
  2022-01-20  3:36 ` pinskia at gcc dot gnu.org
                   ` (25 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-11  2:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 103969, which changed state.

Bug 103969 Summary: generic lambda is rejected as a template argument default
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103969

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (44 preceding siblings ...)
  2022-01-11  2:38 ` pinskia at gcc dot gnu.org
@ 2022-01-20  3:36 ` pinskia at gcc dot gnu.org
  2022-01-29 10:39 ` pinskia at gcc dot gnu.org
                   ` (24 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-20  3:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 104137, which changed state.

Bug 104137 Summary: ICE when lambda has parameter of decltype of a non-convertable lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104137

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (45 preceding siblings ...)
  2022-01-20  3:36 ` pinskia at gcc dot gnu.org
@ 2022-01-29 10:39 ` pinskia at gcc dot gnu.org
  2022-03-11  0:34 ` pinskia at gcc dot gnu.org
                   ` (23 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-29 10:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 103929, which changed state.

Bug 103929 Summary: False warning: no return statement in function returning non-void with lambda in template argument for non-class type as default template argument
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103929

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (46 preceding siblings ...)
  2022-01-29 10:39 ` pinskia at gcc dot gnu.org
@ 2022-03-11  0:34 ` pinskia at gcc dot gnu.org
  2022-04-12 17:28 ` jason at gcc dot gnu.org
                   ` (22 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-03-11  0:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Decided it would be better if we used keywords for different C++ front-end
features (c++-lambda for this one). It simplifies searching and allows to do
better meta analysis on where bug reports are located in the C++ front-end.

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (47 preceding siblings ...)
  2022-03-11  0:34 ` pinskia at gcc dot gnu.org
@ 2022-04-12 17:28 ` jason at gcc dot gnu.org
  2022-05-10 10:16 ` jakub at gcc dot gnu.org
                   ` (21 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2022-04-12 17:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 103186, which changed state.

Bug 103186 Summary: [11 Regression] ICE with lambda as default argument in template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103186

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (48 preceding siblings ...)
  2022-04-12 17:28 ` jason at gcc dot gnu.org
@ 2022-05-10 10:16 ` jakub at gcc dot gnu.org
  2022-05-12 21:34 ` jason at gcc dot gnu.org
                   ` (20 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-05-10 10:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 103912, which changed state.

Bug 103912 Summary: ICE in a consteval function which returns a lambda which takes a "non-POD" argument and the consteval has other code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103912

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (49 preceding siblings ...)
  2022-05-10 10:16 ` jakub at gcc dot gnu.org
@ 2022-05-12 21:34 ` jason at gcc dot gnu.org
  2022-05-13 17:47 ` jason at gcc dot gnu.org
                   ` (19 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2022-05-12 21:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 82980, which changed state.

Bug 82980 Summary: [9/10 Regression] template keyword should not be required for captured decl of the "base" type since r6-6866-gff2faafcf689b6c2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82980

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (50 preceding siblings ...)
  2022-05-12 21:34 ` jason at gcc dot gnu.org
@ 2022-05-13 17:47 ` jason at gcc dot gnu.org
  2022-10-07 16:56 ` ppalka at gcc dot gnu.org
                   ` (18 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: jason at gcc dot gnu.org @ 2022-05-13 17:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 101717, which changed state.

Bug 101717 Summary: [9 Regression] ICE capturing static member within stateless generic lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101717

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (51 preceding siblings ...)
  2022-05-13 17:47 ` jason at gcc dot gnu.org
@ 2022-10-07 16:56 ` ppalka at gcc dot gnu.org
  2022-12-10 12:00 ` iains at gcc dot gnu.org
                   ` (17 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-10-07 16:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 102851, which changed state.

Bug 102851 Summary: Failure to demangle c++ symbol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102851

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (52 preceding siblings ...)
  2022-10-07 16:56 ` ppalka at gcc dot gnu.org
@ 2022-12-10 12:00 ` iains at gcc dot gnu.org
  2023-05-12 15:24 ` ppalka at gcc dot gnu.org
                   ` (16 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: iains at gcc dot gnu.org @ 2022-12-10 12:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 105373, which changed state.

Bug 105373 Summary: miscompile involving lambda coroutines and an object bitwise copied instead of via the copy constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105373

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (53 preceding siblings ...)
  2022-12-10 12:00 ` iains at gcc dot gnu.org
@ 2023-05-12 15:24 ` ppalka at gcc dot gnu.org
  2023-10-19 22:32 ` pinskia at gcc dot gnu.org
                   ` (15 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-05-12 15:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 80488, which changed state.

Bug 80488 Summary: Erroneous error "lambda-expression in template argument"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80488

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (54 preceding siblings ...)
  2023-05-12 15:24 ` ppalka at gcc dot gnu.org
@ 2023-10-19 22:32 ` pinskia at gcc dot gnu.org
  2023-11-10 16:00 ` ppalka at gcc dot gnu.org
                   ` (14 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-19 22:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 79021, which changed state.

Bug 79021 Summary: attribute noreturn on function template ignored in generic lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79021

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (55 preceding siblings ...)
  2023-10-19 22:32 ` pinskia at gcc dot gnu.org
@ 2023-11-10 16:00 ` ppalka at gcc dot gnu.org
  2023-11-10 16:00 ` ppalka at gcc dot gnu.org
                   ` (13 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-11-10 16:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 96917, which changed state.

Bug 96917 Summary: decltype(auto) variable initialized with lambda by-reference capture has incorrect type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96917

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (56 preceding siblings ...)
  2023-11-10 16:00 ` ppalka at gcc dot gnu.org
@ 2023-11-10 16:00 ` ppalka at gcc dot gnu.org
  2023-11-10 16:06 ` ppalka at gcc dot gnu.org
                   ` (12 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-11-10 16:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 79620, which changed state.

Bug 79620 Summary: decltype() inside a lambda capturing-by-value
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79620

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (57 preceding siblings ...)
  2023-11-10 16:00 ` ppalka at gcc dot gnu.org
@ 2023-11-10 16:06 ` ppalka at gcc dot gnu.org
  2023-12-08 21:58 ` ppalka at gcc dot gnu.org
                   ` (11 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-11-10 16:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 63192, which changed state.

Bug 63192 Summary: non-mutable lambda capture by value on reference does not apply const
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63192

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (58 preceding siblings ...)
  2023-11-10 16:06 ` ppalka at gcc dot gnu.org
@ 2023-12-08 21:58 ` ppalka at gcc dot gnu.org
  2024-04-12 19:21 ` ppalka at gcc dot gnu.org
                   ` (10 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-12-08 21:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 83167, which changed state.

Bug 83167 Summary: decltype((x)) inside lambda is considered odr-use if x is not a reference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83167

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (59 preceding siblings ...)
  2023-12-08 21:58 ` ppalka at gcc dot gnu.org
@ 2024-04-12 19:21 ` ppalka at gcc dot gnu.org
  2024-04-13  7:33 ` pinskia at gcc dot gnu.org
                   ` (9 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-04-12 19:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 93595, which changed state.

Bug 93595 Summary: [c++20] function call, substitution failure of template parameter with a lambda default in template context
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93595

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (60 preceding siblings ...)
  2024-04-12 19:21 ` ppalka at gcc dot gnu.org
@ 2024-04-13  7:33 ` pinskia at gcc dot gnu.org
  2024-04-13  7:34 ` pinskia at gcc dot gnu.org
                   ` (8 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-13  7:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 92707, which changed state.

Bug 92707 Summary: type alias on type alias on lambda in unevaluated context does not work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92707

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (61 preceding siblings ...)
  2024-04-13  7:33 ` pinskia at gcc dot gnu.org
@ 2024-04-13  7:34 ` pinskia at gcc dot gnu.org
  2024-04-13  7:49 ` pinskia at gcc dot gnu.org
                   ` (7 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-13  7:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 90533, which changed state.

Bug 90533 Summary: [C++20] cannot redeclare telmplate function if it contains lambda expression in its declaration
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90533

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (62 preceding siblings ...)
  2024-04-13  7:34 ` pinskia at gcc dot gnu.org
@ 2024-04-13  7:49 ` pinskia at gcc dot gnu.org
  2024-04-13  7:50 ` pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-13  7:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 101315, which changed state.

Bug 101315 Summary: C++20 lambdas in unevaluated context: erroneously fails with "incomplete type"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101315

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (63 preceding siblings ...)
  2024-04-13  7:49 ` pinskia at gcc dot gnu.org
@ 2024-04-13  7:50 ` pinskia at gcc dot gnu.org
  2024-04-13  8:03 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-13  7:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 100594, which changed state.

Bug 100594 Summary: Lambdas in unevaluated contexts interact oddly with alias templates
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100594

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (64 preceding siblings ...)
  2024-04-13  7:50 ` pinskia at gcc dot gnu.org
@ 2024-04-13  8:03 ` pinskia at gcc dot gnu.org
  2024-04-13 15:10 ` ppalka at gcc dot gnu.org
                   ` (4 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-13  8:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 104138, which changed state.

Bug 104138 Summary: [12 Regression] ICE in is_base_type with lambda is passed as parameter with -g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104138

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (65 preceding siblings ...)
  2024-04-13  8:03 ` pinskia at gcc dot gnu.org
@ 2024-04-13 15:10 ` ppalka at gcc dot gnu.org
  2024-04-13 15:15 ` ppalka at gcc dot gnu.org
                   ` (3 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-04-13 15:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 92211, which changed state.

Bug 92211 Summary: Lamdas in unevaluated context bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92211

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (66 preceding siblings ...)
  2024-04-13 15:10 ` ppalka at gcc dot gnu.org
@ 2024-04-13 15:15 ` ppalka at gcc dot gnu.org
  2024-04-15 22:22 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-04-13 15:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 104548, which changed state.

Bug 104548 Summary: parser rejects alias template id of lambda in unevaluated-context and accepts when no alias is used
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104548

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (67 preceding siblings ...)
  2024-04-13 15:15 ` ppalka at gcc dot gnu.org
@ 2024-04-15 22:22 ` pinskia at gcc dot gnu.org
  2024-04-15 22:24 ` ppalka at gcc dot gnu.org
  2024-04-15 22:30 ` pinskia at gcc dot gnu.org
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-15 22:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 102693, which changed state.

Bug 102693 Summary: ICE in tsubst related to lambdas as template default parameters
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102693

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (68 preceding siblings ...)
  2024-04-15 22:22 ` pinskia at gcc dot gnu.org
@ 2024-04-15 22:24 ` ppalka at gcc dot gnu.org
  2024-04-15 22:30 ` pinskia at gcc dot gnu.org
  70 siblings, 0 replies; 72+ messages in thread
From: ppalka at gcc dot gnu.org @ 2024-04-15 22:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 105106, which changed state.

Bug 105106 Summary: Non-dependent call with defaulted NTTP lambda fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105106

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

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

* [Bug c++/54367] [meta-bug] lambda expressions
  2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
                   ` (69 preceding siblings ...)
  2024-04-15 22:24 ` ppalka at gcc dot gnu.org
@ 2024-04-15 22:30 ` pinskia at gcc dot gnu.org
  70 siblings, 0 replies; 72+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-15 22:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 102931, which changed state.

Bug 102931 Summary: ICE explicit lambda call operator without template keyword
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102931

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

end of thread, other threads:[~2024-04-15 22:30 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24 12:09 [Bug c++/54367] New: [meta-bug] [C++11] lambda expressions redi at gcc dot gnu.org
2013-01-29 10:57 ` [Bug c++/54367] [meta-bug] " paolo.carlini at oracle dot com
2013-07-04  8:32 ` paolo.carlini at oracle dot com
2013-07-09 18:52 ` jason at gcc dot gnu.org
2013-07-09 18:54 ` jason at gcc dot gnu.org
2013-08-18  1:07 ` jason at gcc dot gnu.org
2013-09-16 16:37 ` jason at gcc dot gnu.org
2013-09-21  8:57 ` paolo.carlini at oracle dot com
2013-10-08 22:30 ` paolo.carlini at oracle dot com
2013-10-17 17:17 ` paolo.carlini at oracle dot com
2013-11-18 17:10 ` paolo.carlini at oracle dot com
2013-12-30 21:41 ` reichelt at gcc dot gnu.org
2014-04-23 20:11 ` dinar at gcc dot gnu.org
2014-06-09 19:25 ` jason at gcc dot gnu.org
2014-06-09 19:25 ` jason at gcc dot gnu.org
2014-06-30 18:32 ` paolo.carlini at oracle dot com
2014-09-23 18:09 ` paolo.carlini at oracle dot com
2014-10-10  8:53 ` paolo.carlini at oracle dot com
2015-01-08 17:33 ` paolo.carlini at oracle dot com
2015-01-28 17:36 ` jason at gcc dot gnu.org
2015-07-10  2:46 ` paolo.carlini at oracle dot com
2015-08-17  6:25 ` trippels at gcc dot gnu.org
2015-08-17 19:50 ` jason at gcc dot gnu.org
2015-08-21 16:01 ` jason at gcc dot gnu.org
2015-10-12  8:56 ` ville.voutilainen at gmail dot com
2020-05-30  4:24 ` ppalka at gcc dot gnu.org
2020-06-02 12:56 ` ppalka at gcc dot gnu.org
2020-06-02 12:56 ` ppalka at gcc dot gnu.org
2020-07-23 19:34 ` mpolacek at gcc dot gnu.org
2021-03-12  0:23 ` mpolacek at gcc dot gnu.org
2021-04-07 19:42 ` msebor at gcc dot gnu.org
2021-05-14 11:17 ` jakub at gcc dot gnu.org
2021-07-27  5:28 ` pinskia at gcc dot gnu.org
2021-08-05  4:24 ` pinskia at gcc dot gnu.org
2021-08-12 21:44 ` pinskia at gcc dot gnu.org
2021-08-12 22:57 ` pinskia at gcc dot gnu.org
2021-09-20 21:51 ` pinskia at gcc dot gnu.org
2021-10-01  7:14 ` pinskia at gcc dot gnu.org
2021-10-12 23:40 ` pinskia at gcc dot gnu.org
2021-11-10 22:40 ` pinskia at gcc dot gnu.org
2021-12-16 16:53 ` marxin at gcc dot gnu.org
2021-12-17  3:29 ` pinskia at gcc dot gnu.org
2021-12-20  6:55 ` pinskia at gcc dot gnu.org
2021-12-22  3:47 ` pinskia at gcc dot gnu.org
2021-12-28 10:01 ` pinskia at gcc dot gnu.org
2022-01-11  2:38 ` pinskia at gcc dot gnu.org
2022-01-20  3:36 ` pinskia at gcc dot gnu.org
2022-01-29 10:39 ` pinskia at gcc dot gnu.org
2022-03-11  0:34 ` pinskia at gcc dot gnu.org
2022-04-12 17:28 ` jason at gcc dot gnu.org
2022-05-10 10:16 ` jakub at gcc dot gnu.org
2022-05-12 21:34 ` jason at gcc dot gnu.org
2022-05-13 17:47 ` jason at gcc dot gnu.org
2022-10-07 16:56 ` ppalka at gcc dot gnu.org
2022-12-10 12:00 ` iains at gcc dot gnu.org
2023-05-12 15:24 ` ppalka at gcc dot gnu.org
2023-10-19 22:32 ` pinskia at gcc dot gnu.org
2023-11-10 16:00 ` ppalka at gcc dot gnu.org
2023-11-10 16:00 ` ppalka at gcc dot gnu.org
2023-11-10 16:06 ` ppalka at gcc dot gnu.org
2023-12-08 21:58 ` ppalka at gcc dot gnu.org
2024-04-12 19:21 ` ppalka at gcc dot gnu.org
2024-04-13  7:33 ` pinskia at gcc dot gnu.org
2024-04-13  7:34 ` pinskia at gcc dot gnu.org
2024-04-13  7:49 ` pinskia at gcc dot gnu.org
2024-04-13  7:50 ` pinskia at gcc dot gnu.org
2024-04-13  8:03 ` pinskia at gcc dot gnu.org
2024-04-13 15:10 ` ppalka at gcc dot gnu.org
2024-04-13 15:15 ` ppalka at gcc dot gnu.org
2024-04-15 22:22 ` pinskia at gcc dot gnu.org
2024-04-15 22:24 ` ppalka at gcc dot gnu.org
2024-04-15 22:30 ` 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).