On Tue, Feb 14, 2012 at 10:39 AM, Quentin Neill <quentin.neill....@gmail.com> wrote: > On Sat, Feb 11, 2012 at 8:13 AM, Mike Stump <mikest...@comcast.net> wrote: >> On Nov 4, 2011, at 8:23 PM, Quentin Neill wrote: >>> My scenario about "ANY test results changed" is what I added with -strict. >>> This patch concatenates the common .sum files before comparing. >> >> So, how exactly does this work for you: >> >> + ( for fname in `cat $lst5`; do cat $1/$fname; done ) >$sum1 >> + ( for fname in `cat $lst5`; do cat $2/$fname; done ) >$sum2 >> + echo "## ${CONFIG_SHELL-/bin/sh} $0 $strict $sum1 $sum2" >> + ${CONFIG_SHELL-/bin/sh} $0 $strict $sum1 $sum2 >> >> sum1 and sum2 appear to be variables that aren't set. > > Hi Mike, > > Thanks for the fix. This seemed familiar, and upon review it looks > like I never committed this fix: > http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01194.html > > > Do you prefer this patch with my original intent (declaring sum1/sum2 > with other tmps and removing the trap on line 52):
Horrible wording for the first patch description. How about: "Do you prefer this patch with my original intent (declaring sum1/sum2 with other tmps, and removing those files in the trap on line 52):" -- Quentin