> - tcc 64 fails the asm tests (again, all versions regardless of how it was built).
version which is more platform neutral.
> On Thursday, November 23, 2017 8:17 PM, grischka <
address@hidden> wrote:
>
>
> I've seen a segfault under some other circumstances on linux 64.
>
> Using "lea str(%rip),%rdi" instead of "mov $str,%rdi" in asm-c-connect-1.c
> did fix it. (I can't tell right now whether that is expected behavior or
> points to a bug though.)
>
> Also I noticed that apparently 'U' is a string prefix in newer gcc versions.
> (Don't know, maybe for unicode?).
>
> Btw, what about the "vide" hack on tccasm.c:1020 from commit 6afe668ec
> Can we delete it?
>
> Ciao,
>
> --- grischka
>