mangle.cc::mangle_ctor_vtbl_for_type has
write_string ("_Z");
write_string ("TC");
and hence the function comment should read
We use the production
<special-name> ::= TC <type> ...
instead of the current
<special-name> ::= CT <type> ...
gcc/cp/
* mangle.cc (mangle_ctor_vtbl_for_type): Fix production in comment.
We use the production
- <special-name> ::= CT <type> <offset number> _ <base type> */
+ <special-name> ::= TC <type> <offset number> _ <base type> */
tree
mangle_ctor_vtbl_for_type (const tree type, const tree binfo)