http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58591
Cary Coutant changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58591
--- Comment #3 from Cary Coutant ---
I think the template argument descriptors should be "I1AJiiEE". This produces a
demangling that looks right:
$ c++filt _Z9ConstructI1AJiiEEvPT_DpOT0_
void Construct(A*, int&&, int&&)
And running this test cas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58591
--- Comment #2 from Cary Coutant ---
I *think* the correct mangling should be this:
$ c++filt _Z9ConstructI1AiiEvPT_DpOT0_
void Construct(A*, (int&&)...)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58591
--- Comment #1 from Paul Pluzhnikov ---
Google ref: b/10860844