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

            Bug ID: 72762
           Summary: Cann't demangle auto arguments of C++14 generic lambda
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fujii.hironori at gmail dot com
  Target Milestone: ---

Created attachment 39037
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39037&action=edit
gl.cpp (test case)

>  $ g++ -g -O2 -std=c++14 -c gl.cpp
>  $ nm -C gl.o
> 0000000000000010 T f()
>                  U g(void (*)(int, int&, int&&))
> 0000000000000000 t 
> _ZZ1fvENUlT_RT0_OT1_E_4_FUNIiiiEEDTcldtLPv0EclscOS_fp_scS1_fp0_scS3_fp1_EES_S1_S3_
>  $

Reply via email to