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

            Bug ID: 94147
           Summary: mangling of lambdas in initializers is wrong
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nathan at gcc dot gnu.org
  Target Milestone: ---

inline auto var = [] (int) {};

should mangle the lambda as _ZN3varMUlE_clEv

likewise for static member variables

Reply via email to