bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/13030] Segmentation fault building libreoffice


From: ian at airs dot com
Subject: [Bug ld/13030] Segmentation fault building libreoffice
Date: Tue, 26 Jul 2011 14:25:17 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]