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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-04-01
                 CC|                            |mpolacek at gcc dot gnu.org,
                   |                            |ppalka at gcc dot gnu.org
     Ever confirmed|0                           |1
            Summary|ICE Segmentation fault when |[11 Regression] ICE
                   |declared variable template  |Segmentation fault when
                   |of template lambda          |declared variable template
                   |                            |of template lambda

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed.  G++10:

99874.C:2:45: error: expected ‘(’ before ‘{’ token
    2 | auto l = []<int x> requires requires { x; } {};
      |                                             ^
      |                                             (

ICE started with r11-3261.  I suppose it's a P1 then?

Reply via email to