RjY dixit:

>It appears to be caused by -pie in the parameters passed to cc

Funnily enough, only on amd64 but not on kfreebsd-amd64.
I tracked it down to some integer sign extension thing
on a piece of code which temporarily uses “int” to store
a pointer delta. It uses size_t now (as ptrdiff_t is signed,
and I do not trust signed arithmetics in C).

I also added your testcase to the build so this will never
appear again.

Thanks,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to