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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |11.0
             Status|NEW                         |RESOLVED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> The ICE was fixed in GCC 11+.
> 
> But we still reject:
> ```
> template <decltype([]{})> concept C = true;
> 
> template<typename>
> auto f() requires C<[]{}>;
> ```

Except that is basically PR 99516.

So closing as fixed.

Reply via email to