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++/58591] GCC emits bad mangling for template function with a parameter pack


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

--- Comment #2 from Cary Coutant <ccoutant at gcc dot gnu.org> ---
I *think* the correct mangling should be this:

$ c++filt _Z9ConstructI1AiiEvPT_DpOT0_
void Construct<A, int, int>(A*, (int&&)...)


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