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: PATCH: Support the new demangler written in C++


Alexandre Oliva <aoliva@redhat.com> writes:

>
> But this only solves the problem for target libraries.  We still have
> a new requirement for build (although I don't see why we'd be building
> a C++ demangler for the build environment) and the host (where
> binutils and gdb need the demangler).

With a slightly more flexible build process, we could start off with a
dummy demangler that doesn't do anything, then go back and relink
binutils and gdb after we have the C++ compiler available.  (If
build!=host you would have to have a C++ compiler in the first place.)

... Remind me why the C demangler is considered unfixable?

zw


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