tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Assertion `(v >= TREG_XMM0) && (v <= TREG_XMM7)' fai


From: Thomas Preudhomme
Subject: Re: [Tinycc-devel] Assertion `(v >= TREG_XMM0) && (v <= TREG_XMM7)' failed
Date: Mon, 31 Mar 2014 23:09:28 +0800
User-agent: Roundcube Webmail/0.7.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]