Re: [Tinycc-devel] crash with -b

2021-04-05 Thread Christian Jullien
/snapshot/e4f151c4cda30fd4c06655d87c3df02b6513fb54.tar.gz With previous code for relocplt? C. -Original Message- From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of Yakov Sent: Sunday, April 04, 2021 22:02 To: Tinycc-devel@nongnu.org Subject: [Tinycc-devel] crash with -b this

[Tinycc-devel] crash with -b

2021-04-04 Thread Yakov
this coredumps with latest pull from mob if compiled with -b on ubuntu 20. took me half a day to boil it down from my large program. 8< - #include #include void mm(char *d, const char *s) { d[0] = s[0]; } int main(int argc, char**argv) { char *b =