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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-08-07
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Confirmed. With -std=gnu++17 the breakpoint on line 3 (the return statement
inside the lambda expression) actually breaks on line 2:

Breakpoint 1, main () at 86675.cc:2
2               return [] {

Reply via email to