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: GCC 3.0.3: Bugs to Fix


> Mark Mitchell:
>> When the ABI was designed, the committee made a conscious decision not
>> to support any kind of dynamic linking that did not merge names.  I do
>> not think we should revisit this at this point.
>
> But someone claimed that this problem doesn't exist in the 3.1 branch.
> So how can that be right, if this is right?  Or am I confused again?

I don't know.  I hadn't seen that follow-up.  It could be random chance;
something else happens to make the program work, even though the problem
is still there.

I'm almost certain that nothing changed in the library that would make
this work.

Note that it *may* work on systems that do not have weak symbols,
where we already fall back to strcmp for comparing type info.  There
may still be other similar problems though.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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