SL Baur <steve(a)xemacs.org> writes in xemacs-beta(a)xemacs.org:
...
I got:
$ make CFLAGS="-mpentium -march=pentium -O6 -fno-risc
-fno-peep-spills" check
...
This test should produce no other output than this line, and a final "OK".
FAIL: devcom3-7
make[1]: *** [check] Error 1
...
This was a zsh (as /bin/sh) bug[1]. For the record, 1.10 passes all
regression tests at full optimization.
Footnotes:
[1] bash% cat <<EOF
Enew line here
G@#$^!@#=&
EOF
Enew line here
G@#$^!@#=&
bash%
zsh% cat <<EOF
Enew line here
G@#$^!@#=&
EOF
Enew line here
G@#0@#=&
zsh%