Tweak to mangling spec

Jason Merrill jason at redhat.com
Fri Oct 23 17:33:54 UTC 2009


The mangling spec currently has

   <template-args> ::= I <template-arg>+ E

but we've gotten a bug report 
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40808) that requires 
mangling of a dependent template-id with no template args; the above 
should be changed to

   <template-args> ::= I <template-arg>* E

Jason



More information about the cxx-abi-dev mailing list