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: [C++ patch] Avoid KDE link failure


On Mon, 2003-07-28 at 15:07, Jan Hubicka wrote:
> Hi,
> this bug causes KDE link failures.  The C++ frontend mess around with
> referenced flag confusing the tracking code in cgraphunit.
> For the thunks, we probably ought to have a representation of thunk that
> explicitly refer to the function so cgraphunit code recognize it itself
> while analyzing the dependnecy graph but it seems to be quite dificult
> to do.
> 
> Michael, it would be nice if you managed your testase to get linker
> errors.  don't think we can test for weakness of symbols in the
> testsuite.

This patch is OK.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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