tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] x86_64-gen.c VT_BTYPE assertion with [mob] from March and


From: Steffen Nurpmeso
Subject: [Tinycc-devel] x86_64-gen.c VT_BTYPE assertion with [mob] from March and as of today
Date: Wed, 11 May 2016 18:17:11 +0200
User-agent: s-nail v14.8.8-218-g12f6182-dirty

Hello again!

With faulty code (subtraction of address against non-address
object) i ran into

  tcc: x86_64-gen.c:418: load: Assertion `((ft & VT_BTYPE) == VT_INT) || ((ft & 
VT_BTYPE) == VT_LLONG) || ((ft & VT_BTYPE) == VT_PTR) || ((ft & VT_BTYPE) == 
VT_ENUM) || ((ft & VT_BTYPE) == VT_FUNC)' failed.
  Aborted (core dumped)

I'll attach a very silly reproducer.
Thanks of an everyday user!

--steffen

Attachment: tcc.c
Description: Text Data


reply via email to

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