tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Error when compiling with tcc


From: Thiabaud Engelbrecht
Subject: [Tinycc-devel] Error when compiling with tcc
Date: Tue, 14 Jan 2020 19:50:33 -0800

Hey all,

I've tried compiling a project with tcc. (It's fairly standard C99, and works with every other compiler I've tried, including GCC, clang, MSVC, MinGW, etc.)

When I attempt to compile, I get

tcc: x86_64-gen.c:421: load: Assertion `((ft & 0x000f) == 0) || ((ft & 0x000f) == 12) || ((ft & 0x000f) == 4) || ((ft & 0x000f) == 5) || ((ft & 0x000f) == 6)' failed.

I'm not sure exactly what this means, it seems to be something failing inside the compiler. Any insights would be appreciated.

I can provide more details/link to the project if anyone wants to have a look at it.

--
Sincerely,
Thiabaud

reply via email to

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