bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/20873] New: cp-demangle misses some names


From: jengelh at inai dot de
Subject: [Bug binutils/20873] New: cp-demangle misses some names
Date: Sat, 26 Nov 2016 16:33:18 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]