Le 2014-03-31 22:36, Jay Foad a écrit :
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)
Must be me in fdb3b10d0693cf33ce5a0acf17f0f323d79ee5f1. I want to understand the code first before reverting this change. Sorry, not before tomorrow at least.
Thanks for reporting. Best regards, Thomas _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
