http://sourceware.org/bugzilla/show_bug.cgi?id=13030

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> 2011-07-26 14:24:10 
UTC ---
As far as I can tell, this is an invalid mangled name.  This suggests a
compiler problem.  The last part of the string is "T0_" which refers to
template argument 1, but the template only has 1 parameter.  The symbol here is
something like
    void std::_Construct<CellBorder<CellBorder>, *&&XXX>
where XXX is the non-existent parameter.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to