This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/60354] fails to demangle _Z3fooIPUlvE_EvT_


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60354

Jan Engelhardt <jengelh at inai dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jengelh at inai dot de

--- Comment #1 from Jan Engelhardt <jengelh at inai dot de> ---
Manually decomposing "_Z3fooIPUlvE_EvT_", there is:
- "PUlvE_": {lambda(void)#1}*
- "I PULvE_ E": template<that>
- finally, "3foo IPUlvE_E vT_" is
  foo<T> returning void taking (T)

Looks correctly mangled to me.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]