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]

Re: dwarf patches fail bootstrapping coff platforms]


>>>>> "Robert" == Robert Lipe <robertlipe@usa.net> writes:
    >> Would you mind isolating the particular change which caused the
    >> problem?

    Robert> It was the one to init.c.  I can flip it between -D990616
    Robert> and -D990617 and the problem comes or goes.  I'll try to
    Robert> narrow it down more.

OK.  That change was designed to fix a problem whereby we were not
calling destructors for partially constructed virtual-base class
objects in a constructor threw an exception.  So, we could be talking
about virtual bases that we weren't before, or in some way that we
weren't before.  I don't know if that will assist you in any way, but
it might.

I will take a look as well, and let you know if I spot any typos on a
close-reading of the code.

--
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]