encode-2.mm produces "Vec=ffi" for its enconding of @encode(Vec<float>). which is wrong, it should produce "Vec<float>=ffi".
This was caused by: 2007-02-22 Michael Matz <[EMAIL PROTECTED]> PR c++/29433 * cp-tree.h (TFF_UNQUALIFIED_NAME): New formatting flag. * error.c (dump_aggr_type, dump_simple_decl, dump_decl, dump_function_decl): Guard emitting outer scopes by new flag. * cp-lang.c (cxx_dwarf_name): New function. (LANG_HOOKS_DWARF_NAME): Define to cxx_dwarf_name. * pt.c (classtype_mangled_name, mangle_class_name_for_template): Remove functions. (push_template_decl_real, lookup_template_class): Remove calls to above functions. -- Summary: [4.3 Regression] encode-2.mm, encode-3.mm fail on at least powerpc-darwin Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: objc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org GCC target triplet: powerpc-darwin BugsThisDependsOn: 29433 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32052