From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: mrs@wrs.com (Mike Stump) Cc: oliva@dcc.unicamp.br, egcs@cygnus.com Subject: Re: testing consistency Date: Thu, 18 Sep 1997 21:50:00 -0000 Message-id: <26423.874644801@hurl.cygnus.com> References: <199709190442.VAA17154@kankakee.wrs.com> X-SW-Source: 1997-09/msg00700.html In message < 199709190442.VAA17154@kankakee.wrs.com >you write: > I think it is reasonable to consider comparing as part of the checking > process. I strongly disagree. The GCC installation instructions have always said to 3-stage and compare the compiler -- by using a series of make targets ie. make LANGUAGES=c make stage1 make CC="stage1/xgcc -O2 -g -Bstage1" make stage2 etc etc What we're doing is making that basic build simpler and less error prone (how many remember when different CFLAGS were in the instructions for the stage2 and stage3 build?) > Right now, make doesn't imply make check. I can envision a > change in make, so that check is in fact implied. make && make > install then has neat interesting semantics. I'd recommend against that until we see how many people are actually interested in sucking down and running the testsuite. Jeff