[Release a]
<t4m_bug_tailcall>
(Not fixed)
In the file src/installers/80x86/common/coder.c, line 2099 reads
outs (" movl %esp %edx\n");
I guess it should read
outs (" movl %esp,%edx\n");
but since I am not sure, and anyway the token tail_call, whose translation is
handled by this code, is never used by the C/C++ frontends, there is no hurry
to fix the code.