https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87322
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Known to work| |7.3.0 Keywords| |ice-on-valid-code Last reconfirmed| |2018-09-17 Ever confirmed|0 |1 Summary|[GCC 8.1+] GCC fails to |[8/9 Regression] GCC fails |parse captured lambda of |to parse captured lambda of |2nd inner lambda if the |2nd inner lambda if the |captured lambda has "," |captured lambda has "," |(having 2 arguments) |(having 2 arguments) Target Milestone|--- |8.3 Known to fail| |8.2.0, 9.0 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- Regression started with r251433 "Reimplement handling of lambdas in templates."