From mboxrd@z Thu Jan 1 00:00:00 1970 From: mrs@wrs.com (Mike Stump) To: law@cygnus.com, oliva@dcc.unicamp.br Cc: egcs@cygnus.com Subject: Re: testing consistency Date: Thu, 18 Sep 1997 21:42:00 -0000 Message-id: <199709190442.VAA17154@kankakee.wrs.com> X-SW-Source: 1997-09/msg00699.html > As far as I'm concerned, _building_ gcc means 3-staging it and comparing > it (native platforms). We need not be restricted by the old way of doing > things. I think it is reasonable to consider comparing as part of the checking process. 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 think I would rather see comparing as part of the check process, and we should just encourage people to do make check. Maybe make check is appropriate to add to the end of a bootstrap?