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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |15.2
   Last reconfirmed|                            |2025-06-09
           Keywords|                            |c++-lambda, ice-checking,
                   |                            |ice-on-invalid-code,
                   |                            |needs-bisection
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. Reduced testcase:
```
struct Func
{
  constexpr static void print_invocable = []() { };
};
```

Reply via email to