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: ACATS & GCC testsuite


On Fri, 2003-03-28 at 13:01, Richard Kenner wrote:
>     I'm curious about the reasons of not installing if not for time/space.
> 
> Because I want to keep my base compiler as one that is very stable.
> If I don't, it's possible I could lose bootstrapping ability.

Ah I see, when I build I specify the base compiler used
(currently using the RH 8 compiler for C/Ada, but
I have most ACT public and customer releases installed also),
where to build (somewhere/build-TIMESTAMP) and where to install
(somewhere/install-TIMESTAMP), I never configure to the base
compiler. I assume you target some root only location.

I've a few dozens installed compilers, any other scheme wouldn't work
at all. The scheme is quite handy to do regression search,
testing build with various base compilers or testing
the new testsuite with old builds, etc... Everything's
automated (with hook for patch) so uncaught mistakes 
are unlikely.

Are other developper always configuring to root or is
Richard's practice uncommon?

-- 
Laurent Guerby <guerby at acm dot org>


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