https://sourceware.org/bugzilla/show_bug.cgi?id=20873

            Bug ID: 20873
           Summary: cp-demangle misses some names
           Product: binutils
           Version: 2.27
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: jengelh at inai dot de
  Target Milestone: ---

$ g++-6 -std=gnu++14 -c x.cpp
int main(void)
{
        struct NAMED {} f;
        struct {} g;
        struct {} h;
        [](auto &&){}(f);
        [](auto &&, auto &&){}(g, h);
}


$ nm -C x.o
0000000000000000 t _ZZ4mainENKUlOT_E_clIRZ4mainE5NAMEDEEDaS0_
0000000000000010 t _ZZ4mainENKUlOT_OT0_E0_clIRZ4mainEUt_RZ4mainEUt0_EEDaS0_S2_

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to