This is the mail archive of the gcc@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: RFA: Please review the new C++ demangler patch


>There are 2 problems:
>
>1. We have to modify every package which expects demangler in
>libiberty. It is bad for compatibility.

True. However, I think this is the way out. As long as it's properly
documented, I think this will be ok.

>2. libdemangle has few use for libstdc++. It is not a big deal,
>but maybe confusing to users.

Right. I was just using this to explain the idea. In reality, there
needs to be a __cxa_demangle in libsupc++, irregardless: libdemangle
should just link it from there and be done. Still, it's easier to
express the dependency info this way.

best,
benjamin


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