This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] typeinfo tuning


On Mon, 14 Mar 2011, Benjamin Kosnik wrote:

I hacked up scripts/check_compile and ran the libstdc++ testsuite to
generate 4k+ .s files, and then analyzed the resulting assembly files
for vague linkage.

Here are the clear wins that are ABI-compatible, or in C++0x code. There
are other issues, like the locale base classes, that are not as easy to
fix. There are a couple other issues in C++0x code that I am working
out, will post later today.

Could that be related to the fact that I now keep getting linker errors about std::range_error::~range_error() being undefined?
The .o file is looking for _ZNSt11range_errorD2Ev but libstdc++ has D0Ev and D1Ev.


--
Marc Glisse


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]