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: Weekly Bootstrapping Report: 46% Failures


On Tue, Apr 10, 2001 at 11:26:08AM -0700, Jeffrey Oldham wrote:
> I destroyed everything excepting the top level CVS directory, ran "cvs
> update" to retrieve the most recent cvs files and rebuilt.  The
> `__rethrow@GCC_3.0' error is still present.

I don't see it.  Moreover, 

[dot:/dot/slash/rth/gcc/src] find -name '*.[chy]' | xargs grep __rethrow
./gcc/config/rs6000/rs6000.c:   This is used only in compiling __throw and __rethrow. 
./gcc/config/rs6000/rs6000.c:   of this routine (which will be __throw or __rethrow, and so is
./gcc/libgcc2.h:extern void __rethrow (void *);

there's nowhere for it to have come from.

This _must_ be the case of some installed compiler or library
being used instead of the one that just got built.  Why that
would happen I have no idea, nor any idea how to track it down
since it doesn't happen to me.


r~


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