tinycc-devel
[Top][All Lists]
Advanced

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

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


From: Jay Foad
Subject: [Tinycc-devel] Assertion `(v >= TREG_XMM0) && (v <= TREG_XMM7)' failed
Date: Mon, 31 Mar 2014 15:36:55 +0100

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.



reply via email to

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