Hi, I get an assertion failure on this small test case:
$ cat f.c
struct s { double a, b; } z;
struct s f() { return 0 ? z : 0; }
$ ./tcc f.c
tcc: x86_64-gen.c:494: load: Assertion `(v >= TREG_XMM0) && (v <=
TREG_XMM7)' failed.
Aborted (core dumped)
Jay.
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
