This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [libstdc++ PATCH] libstdc++ debug mode (second try)


>The linkname patch doesn't apply cleanly (no big problem) and has a
>testsuite entry stuck on the end of it that's not in diff -u format ?

I noticed this as well. In addition, after the obvious fix-up, the
link-name patch adds two failures to the g++ testrun on x86/linux.

These need to be resolved.

In addition, on linux the symbol map bits will have to be re-worked, so
that std::__debug is exported. With all these nits fixed, both enabled
and disabled this patch gives zero fails on the libstdc++ testsuite. 

Sadly, the second iteration of this patch appears to be lightly tested
on x86/linux.

>This is needed only on the target application right ? Not for the gcc
>bootstrap too ?

Right.

I'm working on a much simpler header and namespace layout. I'll try to
post these patches today.

-benjamin


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