Commit ID: 1005D448E820CFAF8FF
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/08/02 19:27:18 UTC
Modified files:
bin/mksh : check.t exec.c funcs.c sh.h
Log message:
fix regression found by, again, Martijn Dekker; tricky…
GCC fails to optimise (ptr1 == ptr2) * (tp->flag & FOO), so don’t do it
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.821 -r1.822 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.209 -r1.210 src/bin/mksh/exec.c
cvs -R rdiff -kk -upr1.356 -r1.357 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.872 -r1.873 src/bin/mksh/sh.h