On RPI, for monthes now, I have this error: address@hidden:~/tinycc/tests/pp $ ../../tcc -E -P 13.S >13.output 2>&1 ; diff -Nu -b -B -I "^#" ../../tests/pp/13.expect 13.output --- ../../tests/pp/13.expect 2016-10-03 13:15:02.292455721 +0200 +++ 13.output 2016-10-03 13:22:36.991074604 +0200 @@ -1,6 +1,2 @@ -# `modelist' label. Each video mode record looks like:
- - -.text -endtext: +13.S:0: error: unrecognized character \x60
=> +13.S:0: error: unrecognized character \x60 is because of backquote before m in the first line: "# `modelist' label. Each video mode record looks like:"