This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: script to automate binary search for regression
- From: Phil Edwards <phil at jaj dot com>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, rodrigc at attbi dot com, bangerth at ticam dot utexas dot edu
- Date: Mon, 16 Dec 2002 21:43:41 -0500
- Subject: Re: script to automate binary search for regression
- References: <20021216092350.A1531@us.ibm.com>
On Mon, Dec 16, 2002 at 09:23:50AM -0800, Janis Johnson wrote:
> The length of the script is mostly due to comments and lots of error
> checking. I've tested it fairly thoroughly. If you find this helpful,
> let me know and I'll ask about adding it to contrib.
Yes, please. This is very useful. We should probably also check in an
initial "config file", and some simple skeleton scripts for the cvs calls.
And yes, by "we" I mean I'll help once this one's checked in. :-)
> #! /bin/sh
Since the "let" builtin is a POSIX thing, and it's been made woefully clear
that GCC can't depend on /bin/sh actually being POSIX, this script should
either a) document that fact, or b) just use a different shell.
Phil
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002